#B5FCB2

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

Shades of Celadon #B5FCB2

Tints of Celadon #B5FCB2

Color information

#B5FCB2 (or 0xB5FCB2) is unknown color: approx Celadon. HEX triplet: B5, FC and B2. RGB value is (181,252,178). Sum of RGB (Red+Green+Blue) = 181+252+178=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FCB2 is #4A034D. Grayscale: #DEDEDE. Windows color (decimal): -4850510 or 11730101. OLE color: 11730101.

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

Color convert

RGB181252178-
CMYK0.2800.290.01
HSL117.57º92.5%84.31%-
HSV(B)117.57º29.37%98.82%-
XYZ61.982.6654.81-
YUV222.33102.9898.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.62%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 178 (69.92% from 255) = 29.13%
R=29.62%
G=41.24%
B=29.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812521780.2800.290.01117.5792.584.31
HexB5FCB21C01D1765c54
Octal265374262340351166134124
Binary101101011111110010110010111000111011111011010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FCB2; }

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

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

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

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

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

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

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

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