#B8F75C

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

Shades of Conifer #B8F75C

Tints of Conifer #B8F75C

Color information

#B8F75C (or 0xB8F75C) is unknown color: approx Conifer. HEX triplet: B8, F7 and 5C. RGB value is (184,247,92). Sum of RGB (Red+Green+Blue) = 184+247+92=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #B8F75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F75C is #4708A3. Grayscale: #D3D3D3. Windows color (decimal): -4655268 or 6092728. OLE color: 6092728.

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

Color convert

RGB18424792-
CMYK0.2600.630.03
HSL84.39º90.64%66.47%-
HSV(B)84.39º62.75%96.86%-
XYZ54.9677.4822.18-
YUV210.4961.13109.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 247 (96.88% from 255) = 47.23%
BLUE value IS 92 (36.33% from 255) = 17.59%
R=35.18%
G=47.23%
B=17.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal184247920.2600.630.0384.3990.6466.47
HexB8F75C1A03F3545b42
Octal270367134320773124133102
Binary1011100011110111101110011010011111111101010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F75C; }

 p { color: rgb(184,247,92); }

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

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

 a { background-color: rgb(184,247,92); }

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

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

 span { border-color: rgb(184,247,92); }

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