#CDE690

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

Shades of Sulu #CDE690

Tints of Sulu #CDE690

Color information

#CDE690 (or 0xCDE690) is unknown color: approx Sulu. HEX triplet: CD, E6 and 90. RGB value is (205,230,144). Sum of RGB (Red+Green+Blue) = 205+230+144=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE690 is #32196F. Grayscale: #D5D5D5. Windows color (decimal): -3283312 or 9496269. OLE color: 9496269.

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

Color convert

RGB205230144-
CMYK0.1100.370.10
HSL77.44º63.24%73.33%-
HSV(B)77.44º37.39%90.2%-
XYZ58.5171.5937.12-
YUV212.7289.22122.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 230 (90.23% from 255) = 39.72%
BLUE value IS 144 (56.64% from 255) = 24.87%
R=35.41%
G=39.72%
B=24.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301440.1100.370.1077.4463.2473.33
HexCDE690B025A4d3f49
Octal315346220130451211577111
Binary11001101111001101001000010110100101101010011011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE690; }

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

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

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

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

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

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

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

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