#B0F15D

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

Shades of Conifer #B0F15D

Tints of Conifer #B0F15D

Color information

#B0F15D (or 0xB0F15D) is unknown color: approx Conifer. HEX triplet: B0, F1 and 5D. RGB value is (176,241,93). Sum of RGB (Red+Green+Blue) = 176+241+93=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F15D is #4F0EA2. Grayscale: #CDCDCD. Windows color (decimal): -5181091 or 6156720. OLE color: 6156720.

HSL color Cylindrical-coordinate representation of color #B0F15D: hue angle of 86.35º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0F15D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB17624193-
CMYK0.2700.610.05
HSL86.35º84.09%65.49%-
HSV(B)86.35º61.41%94.51%-
XYZ51.3472.9321.73-
YUV204.6964.97107.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 241 (94.53% from 255) = 47.25%
BLUE value IS 93 (36.72% from 255) = 18.24%
R=34.51%
G=47.25%
B=18.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176241930.2700.610.0586.3584.0965.49
HexB0F15D1B03D5565441
Octal260361135330755126124101
Binary10110000111100011011101110110111101101101011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F15D; }

 p { color: rgb(176,241,93); }

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

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

 a { background-color: rgb(176,241,93); }

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

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

 span { border-color: rgb(176,241,93); }

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