#CDED7D

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

Shades of Sulu #CDED7D

Tints of Sulu #CDED7D

Color information

#CDED7D (or 0xCDED7D) is unknown color: approx Sulu. HEX triplet: CD, ED and 7D. RGB value is (205,237,125). Sum of RGB (Red+Green+Blue) = 205+237+125=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDED7D is #321282. Grayscale: #D7D7D7. Windows color (decimal): -3281539 or 8252877. OLE color: 8252877.

HSL color Cylindrical-coordinate representation of color #CDED7D: hue angle of 77.14º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDED7D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB205237125-
CMYK0.1400.470.07
HSL77.14º75.68%70.98%-
HSV(B)77.14º47.26%92.94%-
XYZ59.1675.0330.77-
YUV214.6677.4121.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 237 (92.97% from 255) = 41.80%
BLUE value IS 125 (49.22% from 255) = 22.05%
R=36.16%
G=41.80%
B=22.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371250.1400.470.0777.1475.6870.98
HexCDED7DE02F74d4c47
Octal315355175160577115114107
Binary1100110111101101111110111100101111111100110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDED7D; }

 p { color: rgb(205,237,125); }

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

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

 a { background-color: rgb(205,237,125); }

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

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

 span { border-color: rgb(205,237,125); }

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