#CCFF66

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

Shades of Mindaro #CCFF66

Tints of Mindaro #CCFF66

Color information

#CCFF66 (or 0xCCFF66) is unknown color: approx Mindaro. HEX triplet: CC, FF and 66. RGB value is (204,255,102). Sum of RGB (Red+Green+Blue) = 204+255+102=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF66 is a web safe color. Inversed color of #CCFF66 is #330099. Grayscale: #DEDEDE. Windows color (decimal): -3342490 or 6750156. OLE color: 6750156.

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

Color convert

RGB204255102-
CMYK0.200.60
HSL80º100%70%-
HSV(B)80º60%100%-
XYZ63.0685.3225.71-
YUV222.3160.1114.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 255 (100% from 255) = 45.45%
BLUE value IS 102 (40.23% from 255) = 18.18%
R=36.36%
G=45.45%
B=18.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551020.200.608010070
HexCCFF661403C0506446
Octal314377146240740120144106
Binary110011001111111111001101010001111000101000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF66; }

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

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

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

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

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

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

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

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