#CDE680

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

Shades of Sulu #CDE680

Tints of Sulu #CDE680

Color information

#CDE680 (or 0xCDE680) is unknown color: approx Sulu. HEX triplet: CD, E6 and 80. RGB value is (205,230,128). Sum of RGB (Red+Green+Blue) = 205+230+128=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE680 is #32197F. Grayscale: #D3D3D3. Windows color (decimal): -3283328 or 8447693. OLE color: 8447693.

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

Color convert

RGB205230128-
CMYK0.1100.440.10
HSL74.71º67.11%70.2%-
HSV(B)74.71º44.35%90.2%-
XYZ57.3771.1331.13-
YUV210.981.22123.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 230 (90.23% from 255) = 40.85%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=36.41%
G=40.85%
B=22.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301280.1100.440.1074.7167.1170.2
HexCDE680B02CA4b4346
Octal3153462001305412113103106
Binary110011011110011010000000101101011001010100101110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE680; }

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

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

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

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

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

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

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

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