#BAF24B

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

Shades of Conifer #BAF24B

Tints of Conifer #BAF24B

Color information

#BAF24B (or 0xBAF24B) is unknown color: approx Conifer. HEX triplet: BA, F2 and 4B. RGB value is (186,242,75). Sum of RGB (Red+Green+Blue) = 186+242+75=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF24B is #450DB4. Grayscale: #CECECE. Windows color (decimal): -4525493 or 4977338. OLE color: 4977338.

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

Color convert

RGB18624275-
CMYK0.2300.690.05
HSL80.12º86.53%62.16%-
HSV(B)80.12º69.01%94.9%-
XYZ53.2774.4518.22-
YUV206.2253.95113.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 242 (94.92% from 255) = 48.11%
BLUE value IS 75 (29.69% from 255) = 14.91%
R=36.98%
G=48.11%
B=14.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186242750.2300.690.0580.1286.5362.16
HexBAF24B17045550573e
Octal272362113270105512012776
Binary10111010111100101001011101110100010110110100001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF24B; }

 p { color: rgb(186,242,75); }

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

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

 a { background-color: rgb(186,242,75); }

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

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

 span { border-color: rgb(186,242,75); }

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