#CDEB81

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

Shades of Sulu #CDEB81

Tints of Sulu #CDEB81

Color information

#CDEB81 (or 0xCDEB81) is unknown color: approx Sulu. HEX triplet: CD, EB and 81. RGB value is (205,235,129). Sum of RGB (Red+Green+Blue) = 205+235+129=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB81 is #32147E. Grayscale: #D6D6D6. Windows color (decimal): -3282047 or 8514509. OLE color: 8514509.

HSL color Cylindrical-coordinate representation of color #CDEB81: hue angle of 76.98º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDEB81 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB205235129-
CMYK0.1300.450.08
HSL76.98º72.6%71.37%-
HSV(B)76.98º45.11%92.16%-
XYZ58.8573.9831.95-
YUV213.9580.06121.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 129 (50.78% from 255) = 22.67%
R=36.03%
G=41.30%
B=22.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351290.1300.450.0876.9872.671.37
HexCDEB81D02D84d4947
Octal3153532011505510115111107
Binary110011011110101110000001110101011011000100110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB81; }

 p { color: rgb(205,235,129); }

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

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

 a { background-color: rgb(205,235,129); }

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

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

 span { border-color: rgb(205,235,129); }

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