#CDED85

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

Shades of Sulu #CDED85

Tints of Sulu #CDED85

Color information

#CDED85 (or 0xCDED85) is unknown color: approx Sulu. HEX triplet: CD, ED and 85. RGB value is (205,237,133). Sum of RGB (Red+Green+Blue) = 205+237+133=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDED85 is #32127A. Grayscale: #D7D7D7. Windows color (decimal): -3281531 or 8777165. OLE color: 8777165.

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

Color convert

RGB205237133-
CMYK0.1400.440.07
HSL78.46º74.29%72.55%-
HSV(B)78.46º43.88%92.94%-
XYZ59.6975.2433.57-
YUV215.5881.4120.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 133 (52.34% from 255) = 23.13%
R=35.65%
G=41.22%
B=23.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371330.1400.440.0778.4674.2972.55
HexCDED85E02C74e4a49
Octal315355205160547116112111
Binary11001101111011011000010111100101100111100111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDED85; }

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

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

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

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

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

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

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

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