#B0F563

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

Shades of Conifer #B0F563

Tints of Conifer #B0F563

Color information

#B0F563 (or 0xB0F563) is unknown color: approx Conifer. HEX triplet: B0, F5 and 63. RGB value is (176,245,99). Sum of RGB (Red+Green+Blue) = 176+245+99=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F563 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F563 is #4F0A9C. Grayscale: #D0D0D0. Windows color (decimal): -5180061 or 6550960. OLE color: 6550960.

HSL color Cylindrical-coordinate representation of color #B0F563: hue angle of 88.36º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0F563 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB17624599-
CMYK0.2800.600.04
HSL88.36º87.95%67.45%-
HSV(B)88.36º59.59%96.08%-
XYZ52.8175.4423.58-
YUV207.7266.64105.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 245 (96.09% from 255) = 47.12%
BLUE value IS 99 (39.06% from 255) = 19.04%
R=33.85%
G=47.12%
B=19.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176245990.2800.600.0488.3687.9567.45
HexB0F5631C03C4585843
Octal260365143340744130130103
Binary10110000111101011100011111000111100100101100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F563; }

 p { color: rgb(176,245,99); }

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

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

 a { background-color: rgb(176,245,99); }

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

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

 span { border-color: rgb(176,245,99); }

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