#CDED75

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

Shades of Sulu #CDED75

Tints of Sulu #CDED75

Color information

#CDED75 (or 0xCDED75) is unknown color: approx Sulu. HEX triplet: CD, ED and 75. RGB value is (205,237,117). Sum of RGB (Red+Green+Blue) = 205+237+117=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDED75 is #32128A. Grayscale: #D6D6D6. Windows color (decimal): -3281547 or 7728589. OLE color: 7728589.

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

Color convert

RGB205237117-
CMYK0.1400.510.07
HSL76º76.92%69.41%-
HSV(B)76º50.63%92.94%-
XYZ58.6774.8328.18-
YUV213.7573.4121.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 117 (46.09% from 255) = 20.93%
R=36.67%
G=42.40%
B=20.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371170.1400.510.077676.9269.41
HexCDED75E03374c4d45
Octal315355165160637114115105
Binary1100110111101101111010111100110011111100110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDED75; }

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

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

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

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

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

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

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

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