#CCF085

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

Shades of Sulu #CCF085

Tints of Sulu #CCF085

Color information

#CCF085 (or 0xCCF085) is unknown color: approx Sulu. HEX triplet: CC, F0 and 85. RGB value is (204,240,133). Sum of RGB (Red+Green+Blue) = 204+240+133=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF085 is #330F7A. Grayscale: #D9D9D9. Windows color (decimal): -3346299 or 8777932. OLE color: 8777932.

HSL color Cylindrical-coordinate representation of color #CCF085: hue angle of 80.19º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCF085 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB204240133-
CMYK0.1500.450.06
HSL80.19º78.1%73.14%-
HSV(B)80.19º44.58%94.12%-
XYZ60.376.8533.85-
YUV217.0480.57118.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 133 (52.34% from 255) = 23.05%
R=35.36%
G=41.59%
B=23.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042401330.1500.450.0680.1978.173.14
HexCCF085F02D6504e49
Octal314360205170556120116111
Binary11001100111100001000010111110101101110101000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF085; }

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

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

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

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

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

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

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

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