#B5FBB2

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

Shades of Celadon #B5FBB2

Tints of Celadon #B5FBB2

Color information

#B5FBB2 (or 0xB5FBB2) is unknown color: approx Celadon. HEX triplet: B5, FB and B2. RGB value is (181,251,178). Sum of RGB (Red+Green+Blue) = 181+251+178=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FBB2 is #4A044D. Grayscale: #DDDDDD. Windows color (decimal): -4850766 or 11729845. OLE color: 11729845.

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

Color convert

RGB181251178-
CMYK0.2800.290.02
HSL117.53º90.12%84.12%-
HSV(B)117.53º29.08%98.43%-
XYZ61.5982.0354.71-
YUV221.75103.3198.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.67%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 178 (69.92% from 255) = 29.18%
R=29.67%
G=41.15%
B=29.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812511780.2800.290.02117.5390.1284.12
HexB5FBB21C01D2765a54
Octal265373262340352166132124
Binary1011010111111011101100101110001110110111011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FBB2; }

 p { color: rgb(181,251,178); }

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

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

 a { background-color: rgb(181,251,178); }

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

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

 span { border-color: rgb(181,251,178); }

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