#B0F95E

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

Shades of Conifer #B0F95E

Tints of Conifer #B0F95E

Color information

#B0F95E (or 0xB0F95E) is unknown color: approx Conifer. HEX triplet: B0, F9 and 5E. RGB value is (176,249,94). Sum of RGB (Red+Green+Blue) = 176+249+94=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F95E is #4F06A1. Grayscale: #D2D2D2. Windows color (decimal): -5179042 or 6224304. OLE color: 6224304.

HSL color Cylindrical-coordinate representation of color #B0F95E: hue angle of 88.26º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0F95E is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB17624994-
CMYK0.2900.620.02
HSL88.26º92.81%67.25%-
HSV(B)88.26º62.25%97.65%-
XYZ53.877.7922.77-
YUV209.562.82104.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 249 (97.66% from 255) = 47.98%
BLUE value IS 94 (37.11% from 255) = 18.11%
R=33.91%
G=47.98%
B=18.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176249940.2900.620.0288.2692.8167.25
HexB0F95E1D03E2585d43
Octal260371136350762130135103
Binary1011000011111001101111011101011111010101100010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F95E; }

 p { color: rgb(176,249,94); }

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

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

 a { background-color: rgb(176,249,94); }

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

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

 span { border-color: rgb(176,249,94); }

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