#B5EDB4

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

Shades of Celadon #B5EDB4

Tints of Celadon #B5EDB4

Color information

#B5EDB4 (or 0xB5EDB4) is unknown color: approx Celadon. HEX triplet: B5, ED and B4. RGB value is (181,237,180). Sum of RGB (Red+Green+Blue) = 181+237+180=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDB4 is #4A124B. Grayscale: #D5D5D5. Windows color (decimal): -4854348 or 11857333. OLE color: 11857333.

HSL color Cylindrical-coordinate representation of color #B5EDB4: hue angle of 118.95º degrees, saturation: 0.61, 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 #B5EDB4 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB181237180-
CMYK0.2400.240.07
HSL118.95º61.29%81.76%-
HSV(B)118.95º24.05%92.94%-
XYZ57.5873.6954.37-
YUV213.76108.95104.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.27%
GREEN value IS 237 (92.97% from 255) = 39.63%
BLUE value IS 180 (70.70% from 255) = 30.10%
R=30.27%
G=39.63%
B=30.10%

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
Decimal1812371800.2400.240.07118.9561.2981.76
HexB5EDB4180187773d52
Octal26535526430030716775122
Binary1011010111101101101101001100001100011111101111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EDB4; }

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

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

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

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

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

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

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

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