#CDE382

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

Shades of Sulu #CDE382

Tints of Sulu #CDE382

Color information

#CDE382 (or 0xCDE382) is unknown color: approx Sulu. HEX triplet: CD, E3 and 82. RGB value is (205,227,130). Sum of RGB (Red+Green+Blue) = 205+227+130=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE382 is #321C7D. Grayscale: #D1D1D1. Windows color (decimal): -3284094 or 8577997. OLE color: 8577997.

HSL color Cylindrical-coordinate representation of color #CDE382: hue angle of 73.61º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDE382 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB205227130-
CMYK0.1000.430.11
HSL73.61º63.4%70%-
HSV(B)73.61º42.73%89.02%-
XYZ56.6869.5331.55-
YUV209.3683.21124.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 227 (89.06% from 255) = 40.39%
BLUE value IS 130 (51.17% from 255) = 23.13%
R=36.48%
G=40.39%
B=23.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052271300.1000.430.1173.6163.470
HexCDE382A02BB4a3f46
Octal315343202120531311277106
Binary11001101111000111000001010100101011101110010101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE382; }

 p { color: rgb(205,227,130); }

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

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

 a { background-color: rgb(205,227,130); }

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

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

 span { border-color: rgb(205,227,130); }

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