#B5EDB3

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

Shades of Celadon #B5EDB3

Tints of Celadon #B5EDB3

Color information

#B5EDB3 (or 0xB5EDB3) is unknown color: approx Celadon. HEX triplet: B5, ED and B3. RGB value is (181,237,179). Sum of RGB (Red+Green+Blue) = 181+237+179=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDB3 is #4A124C. Grayscale: #D5D5D5. Windows color (decimal): -4854349 or 11791797. OLE color: 11791797.

HSL color Cylindrical-coordinate representation of color #B5EDB3: hue angle of 117.93º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDB3 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB181237179-
CMYK0.2400.240.07
HSL117.93º61.7%81.57%-
HSV(B)117.93º24.47%92.94%-
XYZ57.4873.6553.83-
YUV213.64108.45104.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.32%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 179 (70.31% from 255) = 29.98%
R=30.32%
G=39.70%
B=29.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812371790.2400.240.07117.9361.781.57
HexB5EDB3180187763e52
Octal26535526330030716676122
Binary1011010111101101101100111100001100011111101101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EDB3; }

 p { color: rgb(181,237,179); }

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

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

 a { background-color: rgb(181,237,179); }

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

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

 span { border-color: rgb(181,237,179); }

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