#baf751

Color #BAF751 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BAF751

Tints of Conifer #BAF751

Color information

#BAF751 (or 0xBAF751) is unknown color: approx Conifer. HEX triplet: BA, F7 and 51. RGB value is (186,247,81). Sum of RGB (Red+Green+Blue) = 186+247+81=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF751 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF751 is #4508AE. Grayscale: #D2D2D2. Windows color (decimal): -4524207 or 5371834. OLE color: 5371834.

HSL color Cylindrical-coordinate representation of color #BAF751: hue angle of 82.05º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAF751 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB18624781-
CMYK0.2500.670.03
HSL82.05º91.21%64.31%-
HSV(B)82.05º67.21%96.86%-
XYZ5577.5519.86-
YUV209.8455.29111-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 247 (96.88% from 255) = 48.05%
BLUE value IS 81 (32.03% from 255) = 15.76%
R=36.19%
G=48.05%
B=15.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal186247810.2500.670.0382.0591.2164.31
HexBAF751190433525b40
Octal2723671213101033122133100
Binary10111010111101111010001110010100001111101001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baf751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baf751; }

 p { color: rgb(186,247,81); }

 H1.HeaderClassName
 {
   color: #baf751;
 }
 .AnyTagClassName
 {
   color: #baf751;
 }
</style>
background-color css

<style>
 a { background-color: #baf751; }

 a { background-color: rgb(186,247,81); }

 div.DivClassName
 {
   background-color: #baf751;
 }
 .BgClassName
 {
   background-color: #baf751;
 }
</style>
border-color css

<style>
 span { border-color: #baf751; }

 span { border-color: rgb(186,247,81); }

 td.TdClassName
 {
   border-color: #baf751;
 }
 .TagClassName
 {
   border-color: #baf751;
 }
</style>