#CCFF6C

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

Shades of Sulu #CCFF6C

Tints of Sulu #CCFF6C

Color information

#CCFF6C (or 0xCCFF6C) is unknown color: approx Sulu. HEX triplet: CC, FF and 6C. RGB value is (204,255,108). Sum of RGB (Red+Green+Blue) = 204+255+108=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF6C is #330093. Grayscale: #DFDFDF. Windows color (decimal): -3342484 or 7143372. OLE color: 7143372.

HSL color Cylindrical-coordinate representation of color #CCFF6C: hue angle of 80.82º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCFF6C is Cyan = 0.2, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB204255108-
CMYK0.200.580
HSL80.82º100%71.18%-
HSV(B)80.82º57.65%100%-
XYZ63.3785.4427.34-
YUV222.9963.1114.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 255 (100% from 255) = 44.97%
BLUE value IS 108 (42.58% from 255) = 19.05%
R=35.98%
G=44.97%
B=19.05%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551080.200.58080.8210071.18
HexCCFF6C1403A0516447
Octal314377154240720121144107
Binary110011001111111111011001010001110100101000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF6C; }

 p { color: rgb(204,255,108); }

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

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

 a { background-color: rgb(204,255,108); }

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

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

 span { border-color: rgb(204,255,108); }

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