#CDE780

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

Shades of Sulu #CDE780

Tints of Sulu #CDE780

Color information

#CDE780 (or 0xCDE780) is unknown color: approx Sulu. HEX triplet: CD, E7 and 80. RGB value is (205,231,128). Sum of RGB (Red+Green+Blue) = 205+231+128=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE780 is #32187F. Grayscale: #D3D3D3. Windows color (decimal): -3283072 or 8447949. OLE color: 8447949.

HSL color Cylindrical-coordinate representation of color #CDE780: hue angle of 75.15º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDE780 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB205231128-
CMYK0.1100.450.09
HSL75.15º68.21%70.39%-
HSV(B)75.15º44.59%90.59%-
XYZ57.6571.6931.22-
YUV211.4880.89123.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 231 (90.62% from 255) = 40.96%
BLUE value IS 128 (50.39% from 255) = 22.70%
R=36.35%
G=40.96%
B=22.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052311280.1100.450.0975.1568.2170.39
HexCDE780B02D94b4446
Octal3153472001305511113104106
Binary110011011110011110000000101101011011001100101110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE780; }

 p { color: rgb(205,231,128); }

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

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

 a { background-color: rgb(205,231,128); }

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

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

 span { border-color: rgb(205,231,128); }

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