#CDE083

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

Shades of Sulu #CDE083

Tints of Sulu #CDE083

Color information

#CDE083 (or 0xCDE083) is unknown color: approx Sulu. HEX triplet: CD, E0 and 83. RGB value is (205,224,131). Sum of RGB (Red+Green+Blue) = 205+224+131=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE083 is #321F7C. Grayscale: #D0D0D0. Windows color (decimal): -3284861 or 8642765. OLE color: 8642765.

HSL color Cylindrical-coordinate representation of color #CDE083: hue angle of 72.26º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDE083 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB205224131-
CMYK0.0800.420.12
HSL72.26º60%69.61%-
HSV(B)72.26º41.52%87.84%-
XYZ55.9367.9331.64-
YUV207.7284.71126.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 224 (87.89% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 23.39%
R=36.61%
G=40%
B=23.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241310.0800.420.1272.266069.61
HexCDE083802AC483c46
Octal315340203100521411074106
Binary11001101111000001000001110000101010110010010001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE083; }

 p { color: rgb(205,224,131); }

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

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

 a { background-color: rgb(205,224,131); }

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

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

 span { border-color: rgb(205,224,131); }

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