#B0F7AF

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

Shades of Celadon #B0F7AF

Tints of Celadon #B0F7AF

Color information

#B0F7AF (or 0xB0F7AF) is unknown color: approx Celadon. HEX triplet: B0, F7 and AF. RGB value is (176,247,175). Sum of RGB (Red+Green+Blue) = 176+247+175=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F7AF is #4F0850. Grayscale: #D9D9D9. Windows color (decimal): -5179473 or 11532208. OLE color: 11532208.

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

Color convert

RGB176247175-
CMYK0.2900.290.03
HSL119.17º81.82%82.75%-
HSV(B)119.17º29.15%96.86%-
XYZ58.978.8552.67-
YUV217.56103.9898.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 247 (96.88% from 255) = 41.30%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=29.43%
G=41.30%
B=29.26%

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
Decimal1762471750.2900.290.03119.1781.8282.75
HexB0F7AF1D01D3775253
Octal260367257350353167122123
Binary1011000011110111101011111110101110111111011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7AF; }

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

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

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

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

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

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

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

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