#BAF34F

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

Shades of Conifer #BAF34F

Tints of Conifer #BAF34F

Color information

#BAF34F (or 0xBAF34F) is unknown color: approx Conifer. HEX triplet: BA, F3 and 4F. RGB value is (186,243,79). Sum of RGB (Red+Green+Blue) = 186+243+79=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF34F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF34F is #450CB0. Grayscale: #CFCFCF. Windows color (decimal): -4525233 or 5239738. OLE color: 5239738.

HSL color Cylindrical-coordinate representation of color #BAF34F: hue angle of 80.85º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAF34F is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB18624379-
CMYK0.2300.670.05
HSL80.85º87.23%63.14%-
HSV(B)80.85º67.49%95.29%-
XYZ53.7175.119.06-
YUV207.2655.62112.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 243 (95.31% from 255) = 47.83%
BLUE value IS 79 (31.25% from 255) = 15.55%
R=36.61%
G=47.83%
B=15.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186243790.2300.670.0580.8587.2363.14
HexBAF34F17043551573f
Octal272363117270103512112777
Binary10111010111100111001111101110100001110110100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF34F; }

 p { color: rgb(186,243,79); }

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

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

 a { background-color: rgb(186,243,79); }

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

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

 span { border-color: rgb(186,243,79); }

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