#B5F2B6

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

Shades of Celadon #B5F2B6

Tints of Celadon #B5F2B6

Color information

#B5F2B6 (or 0xB5F2B6) is unknown color: approx Celadon. HEX triplet: B5, F2 and B6. RGB value is (181,242,182). Sum of RGB (Red+Green+Blue) = 181+242+182=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F2B6 is #4A0D49. Grayscale: #D9D9D9. Windows color (decimal): -4853066 or 11989685. OLE color: 11989685.

HSL color Cylindrical-coordinate representation of color #B5F2B6: hue angle of 120.98º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F2B6 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB181242182-
CMYK0.2500.250.05
HSL120.98º70.11%82.94%-
HSV(B)120.98º25.21%94.9%-
XYZ59.2576.7155.94-
YUV216.92108.29102.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.92%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=29.92%
G=40%
B=30.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812421820.2500.250.05120.9870.1182.94
HexB5F2B6190195794653
Octal265362266310315171106123
Binary10110101111100101011011011001011001101111100110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F2B6; }

 p { color: rgb(181,242,182); }

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

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

 a { background-color: rgb(181,242,182); }

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

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

 span { border-color: rgb(181,242,182); }

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