#CDE290

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

Shades of Sulu #CDE290

Tints of Sulu #CDE290

Color information

#CDE290 (or 0xCDE290) is unknown color: approx Sulu. HEX triplet: CD, E2 and 90. RGB value is (205,226,144). Sum of RGB (Red+Green+Blue) = 205+226+144=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE290 is #321D6F. Grayscale: #D2D2D2. Windows color (decimal): -3284336 or 9495245. OLE color: 9495245.

HSL color Cylindrical-coordinate representation of color #CDE290: hue angle of 75.37º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDE290 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB205226144-
CMYK0.0900.360.11
HSL75.37º58.57%72.55%-
HSV(B)75.37º36.28%88.63%-
XYZ57.4169.3936.75-
YUV210.3790.54124.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 226 (88.67% from 255) = 39.30%
BLUE value IS 144 (56.64% from 255) = 25.04%
R=35.65%
G=39.30%
B=25.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261440.0900.360.1175.3758.5772.55
HexCDE2909024B4b3b49
Octal315342220110441311373111
Binary11001101111000101001000010010100100101110010111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE290; }

 p { color: rgb(205,226,144); }

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

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

 a { background-color: rgb(205,226,144); }

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

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

 span { border-color: rgb(205,226,144); }

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