#B8F24D

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

Shades of Conifer #B8F24D

Tints of Conifer #B8F24D

Color information

#B8F24D (or 0xB8F24D) is unknown color: approx Conifer. HEX triplet: B8, F2 and 4D. RGB value is (184,242,77). Sum of RGB (Red+Green+Blue) = 184+242+77=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F24D is #470DB2. Grayscale: #CECECE. Windows color (decimal): -4656563 or 5108408. OLE color: 5108408.

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

Color convert

RGB18424277-
CMYK0.2400.680.05
HSL81.09º86.39%62.55%-
HSV(B)81.09º68.18%94.9%-
XYZ52.8674.2318.56-
YUV205.8555.28112.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 242 (94.92% from 255) = 48.11%
BLUE value IS 77 (30.47% from 255) = 15.31%
R=36.58%
G=48.11%
B=15.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184242770.2400.680.0581.0986.3962.55
HexB8F24D18044551563f
Octal270362115300104512112677
Binary10111000111100101001101110000100010010110100011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F24D; }

 p { color: rgb(184,242,77); }

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

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

 a { background-color: rgb(184,242,77); }

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

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

 span { border-color: rgb(184,242,77); }

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