#B4F24D

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

Shades of Conifer #B4F24D

Tints of Conifer #B4F24D

Color information

#B4F24D (or 0xB4F24D) is unknown color: approx Conifer. HEX triplet: B4, F2 and 4D. RGB value is (180,242,77). Sum of RGB (Red+Green+Blue) = 180+242+77=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F24D is #4B0DB2. Grayscale: #CDCDCD. Windows color (decimal): -4918707 or 5108404. OLE color: 5108404.

HSL color Cylindrical-coordinate representation of color #B4F24D: hue angle of 82.55º 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 #B4F24D is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB18024277-
CMYK0.2600.680.05
HSL82.55º86.39%62.55%-
HSV(B)82.55º68.18%94.9%-
XYZ51.9173.7418.52-
YUV204.6555.96110.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 242 (94.92% from 255) = 48.50%
BLUE value IS 77 (30.47% from 255) = 15.43%
R=36.07%
G=48.50%
B=15.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180242770.2600.680.0582.5586.3962.55
HexB4F24D1A044553563f
Octal264362115320104512312677
Binary10110100111100101001101110100100010010110100111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F24D; }

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

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

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

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

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

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

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

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