#B0F7B0

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

Shades of Celadon #B0F7B0

Tints of Celadon #B0F7B0

Color information

#B0F7B0 (or 0xB0F7B0) is unknown color: approx Celadon. HEX triplet: B0, F7 and B0. RGB value is (176,247,176). Sum of RGB (Red+Green+Blue) = 176+247+176=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F7B0 is #4F084F. Grayscale: #D9D9D9. Windows color (decimal): -5179472 or 11597744. OLE color: 11597744.

HSL color Cylindrical-coordinate representation of color #B0F7B0: hue angle of 120º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7B0 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB176247176-
CMYK0.2900.290.03
HSL120º81.61%82.94%-
HSV(B)120º28.74%96.86%-
XYZ5978.8953.19-
YUV217.68104.4898.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.38%
GREEN value IS 247 (96.88% from 255) = 41.24%
BLUE value IS 176 (69.14% from 255) = 29.38%
R=29.38%
G=41.24%
B=29.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762471760.2900.290.0312081.6182.94
HexB0F7B01D01D3785253
Octal260367260350353170122123
Binary1011000011110111101100001110101110111111100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7B0; }

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

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

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

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

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

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

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

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