#B0FBAF

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

Shades of Celadon #B0FBAF

Tints of Celadon #B0FBAF

Color information

#B0FBAF (or 0xB0FBAF) is unknown color: approx Celadon. HEX triplet: B0, FB and AF. RGB value is (176,251,175). Sum of RGB (Red+Green+Blue) = 176+251+175=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FBAF is #4F0450. Grayscale: #DCDCDC. Windows color (decimal): -5178449 or 11533232. OLE color: 11533232.

HSL color Cylindrical-coordinate representation of color #B0FBAF: hue angle of 119.21º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBAF is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB176251175-
CMYK0.3000.300.02
HSL119.21º90.48%83.53%-
HSV(B)119.21º30.28%98.43%-
XYZ60.1481.3253.08-
YUV219.91102.6596.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.24%
GREEN value IS 251 (98.44% from 255) = 41.69%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=29.24%
G=41.69%
B=29.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762511750.3000.300.02119.2190.4883.53
HexB0FBAF1E01E2775a54
Octal260373257360362167132124
Binary1011000011111011101011111111001111010111011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FBAF; }

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

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

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

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

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

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

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

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