#B4F25D

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

Shades of Conifer #B4F25D

Tints of Conifer #B4F25D

Color information

#B4F25D (or 0xB4F25D) is unknown color: approx Conifer. HEX triplet: B4, F2 and 5D. RGB value is (180,242,93). Sum of RGB (Red+Green+Blue) = 180+242+93=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F25D is #4B0DA2. Grayscale: #CFCFCF. Windows color (decimal): -4918691 or 6156980. OLE color: 6156980.

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

Color convert

RGB18024293-
CMYK0.2600.620.05
HSL84.97º85.14%65.69%-
HSV(B)84.97º61.57%94.9%-
XYZ52.557421.87-
YUV206.4863.96109.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 242 (94.92% from 255) = 46.99%
BLUE value IS 93 (36.72% from 255) = 18.06%
R=34.95%
G=46.99%
B=18.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180242930.2600.620.0584.9785.1465.69
HexB4F25D1A03E5555542
Octal264362135320765125125102
Binary10110100111100101011101110100111110101101010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F25D; }

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

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

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

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

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

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

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

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