#b4f866

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

Shades of Conifer #B4F866

Tints of Conifer #B4F866

Color information

#B4F866 (or 0xB4F866) is unknown color: approx Conifer. HEX triplet: B4, F8 and 66. RGB value is (180,248,102). Sum of RGB (Red+Green+Blue) = 180+248+102=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F866 is #4B0799. Grayscale: #D3D3D3. Windows color (decimal): -4917146 or 6748340. OLE color: 6748340.

HSL color Cylindrical-coordinate representation of color #B4F866: hue angle of 87.95º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4F866 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB180248102-
CMYK0.2700.590.03
HSL87.95º91.25%68.63%-
HSV(B)87.95º58.87%97.25%-
XYZ54.7977.824.7-
YUV211.0266.47105.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 248 (97.27% from 255) = 46.79%
BLUE value IS 102 (40.23% from 255) = 19.25%
R=33.96%
G=46.79%
B=19.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1802481020.2700.590.0387.9591.2568.63
HexB4F8661B03B3585b45
Octal264370146330733130133105
Binary1011010011111000110011011011011101111101100010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4f866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4f866; }

 p { color: rgb(180,248,102); }

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

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

 a { background-color: rgb(180,248,102); }

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

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

 span { border-color: rgb(180,248,102); }

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