#B0F75C

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

Shades of Conifer #B0F75C

Tints of Conifer #B0F75C

Color information

#B0F75C (or 0xB0F75C) is unknown color: approx Conifer. HEX triplet: B0, F7 and 5C. RGB value is (176,247,92). Sum of RGB (Red+Green+Blue) = 176+247+92=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F75C is #4F08A3. Grayscale: #D0D0D0. Windows color (decimal): -5179556 or 6092720. OLE color: 6092720.

HSL color Cylindrical-coordinate representation of color #B0F75C: hue angle of 87.48º 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 #B0F75C is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB17624792-
CMYK0.2900.630.03
HSL87.48º90.64%66.47%-
HSV(B)87.48º62.75%96.86%-
XYZ53.176.5222.1-
YUV208.162.48105.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 247 (96.88% from 255) = 47.96%
BLUE value IS 92 (36.33% from 255) = 17.86%
R=34.17%
G=47.96%
B=17.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176247920.2900.630.0387.4890.6466.47
HexB0F75C1D03F3575b42
Octal260367134350773127133102
Binary1011000011110111101110011101011111111101011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F75C; }

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

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

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

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

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

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

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

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