#CCF680

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

Shades of Sulu #CCF680

Tints of Sulu #CCF680

Color information

#CCF680 (or 0xCCF680) is unknown color: approx Sulu. HEX triplet: CC, F6 and 80. RGB value is (204,246,128). Sum of RGB (Red+Green+Blue) = 204+246+128=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF680 is #33097F. Grayscale: #DCDCDC. Windows color (decimal): -3344768 or 8451788. OLE color: 8451788.

HSL color Cylindrical-coordinate representation of color #CCF680: hue angle of 81.36º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF680 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB204246128-
CMYK0.1700.480.04
HSL81.36º86.76%73.33%-
HSV(B)81.36º47.97%96.47%-
XYZ61.7580.3132.67-
YUV219.9976.09116.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 246 (96.48% from 255) = 42.56%
BLUE value IS 128 (50.39% from 255) = 22.15%
R=35.29%
G=42.56%
B=22.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042461280.1700.480.0481.3686.7673.33
HexCCF680110304515749
Octal314366200210604121127111
Binary110011001111011010000000100010110000100101000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF680; }

 p { color: rgb(204,246,128); }

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

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

 a { background-color: rgb(204,246,128); }

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

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

 span { border-color: rgb(204,246,128); }

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