#CCED85

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

Shades of Sulu #CCED85

Tints of Sulu #CCED85

Color information

#CCED85 (or 0xCCED85) is unknown color: approx Sulu. HEX triplet: CC, ED and 85. RGB value is (204,237,133). Sum of RGB (Red+Green+Blue) = 204+237+133=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCED85 is #33127A. Grayscale: #D7D7D7. Windows color (decimal): -3347067 or 8777164. OLE color: 8777164.

HSL color Cylindrical-coordinate representation of color #CCED85: hue angle of 79.04º 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 #CCED85 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB204237133-
CMYK0.1400.440.07
HSL79.04º74.29%72.55%-
HSV(B)79.04º43.88%92.94%-
XYZ59.4275.133.55-
YUV215.2881.57119.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 133 (52.34% from 255) = 23.17%
R=35.54%
G=41.29%
B=23.17%

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
Decimal2042371330.1400.440.0779.0474.2972.55
HexCCED85E02C74f4a49
Octal314355205160547117112111
Binary11001100111011011000010111100101100111100111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED85; }

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

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

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

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

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

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

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

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