Html Css Color HEX #B5EDB5 Celadon

📋 copy color: '#B5EDB5'

red 181 ◦ green 237 ◦ blue 181

#B5EDB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #B5EDB5

Tints of Celadon #B5EDB5

RGB

 RED value IS 181 (71.09% from 255) = 30.22%

 GREEN value IS 237 (92.97% from 255) = 39.57%

 BLUE value IS 181 (71.09% from 255) = 30.22%

R = 30.22%
G = 39.57%
B = 30.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#B5EDB5 (or 0xB5EDB5) is known color: Celadon. HEX triplet: B5, ED and B5. RGB value is (181,237,181). Sum of RGB (Red+Green+Blue) = 181+237+181=599 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.22% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDB5 is #4A124A. Grayscale: #D6D6D6. Windows color (decimal): -4854347 or 11922869. OLE color: 11922869.

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

Color convert

RGB 181 237 181 -
CMYK 0.24 0 0.24 0.07
HSL 120º 0.61% 0.82% -
HSV(B) 120º 0.24% 0.93% -
XYZ 57.68 73.73 54.91 -
YUV 213.87 109.45 104.55 -
System Red Green Blue C M Y K H S L
Decimal 181 237 181 0.24 0 0.24 0.07 120 0.61 0.82
Hex B5 ED B5 18 0 18 7 78 3D 52
Octal 265 355 265 30 0 30 7 170 75 122
Binary 10110101 11101101 10110101 11000 0 11000 111 1111000 111101 1010010

Color Harmonies of #B5EDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EDB5

Black with #B5EDB5

Text Example


Text Example

White with #B5EDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EDB5; }

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

 H1.HeaderClassName
 {
   color: #B5EDB5;
 }
 .AnyTagClassName
 {
   color: #B5EDB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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