#CCDF86

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

Shades of Sulu #CCDF86

Tints of Sulu #CCDF86

Color information

#CCDF86 (or 0xCCDF86) is unknown color: approx Sulu. HEX triplet: CC, DF and 86. RGB value is (204,223,134). Sum of RGB (Red+Green+Blue) = 204+223+134=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF86 is #332079. Grayscale: #CFCFCF. Windows color (decimal): -3350650 or 8839116. OLE color: 8839116.

HSL color Cylindrical-coordinate representation of color #CCDF86: hue angle of 72.81º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCDF86 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB204223134-
CMYK0.0900.400.13
HSL72.81º58.17%70%-
HSV(B)72.81º39.91%87.45%-
XYZ55.5967.3332.62-
YUV207.1786.71125.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 134 (52.73% from 255) = 23.89%
R=36.36%
G=39.75%
B=23.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042231340.0900.400.1372.8158.1770
HexCCDF869028D493a46
Octal314337206110501511172106
Binary11001100110111111000011010010101000110110010011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDF86; }

 p { color: rgb(204,223,134); }

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

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

 a { background-color: rgb(204,223,134); }

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

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

 span { border-color: rgb(204,223,134); }

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