#B0FDAF

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

Shades of Celadon #B0FDAF

Tints of Celadon #B0FDAF

Color information

#B0FDAF (or 0xB0FDAF) is unknown color: approx Celadon. HEX triplet: B0, FD and AF. RGB value is (176,253,175). Sum of RGB (Red+Green+Blue) = 176+253+175=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FDAF is #4F0250. Grayscale: #DDDDDD. Windows color (decimal): -5177937 or 11533744. OLE color: 11533744.

HSL color Cylindrical-coordinate representation of color #B0FDAF: hue angle of 119.23º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FDAF is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB176253175-
CMYK0.3000.310.01
HSL119.23º95.12%83.92%-
HSV(B)119.23º30.83%99.22%-
XYZ60.7782.5853.29-
YUV221.08101.9995.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 253 (99.22% from 255) = 41.89%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=29.14%
G=41.89%
B=28.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762531750.3000.310.01119.2395.1283.92
HexB0FDAF1E01F1775f54
Octal260375257360371167137124
Binary101100001111110110101111111100111111111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FDAF; }

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

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

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

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

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

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

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

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