#ccf166

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

Shades of Mindaro #CCF166

Tints of Mindaro #CCF166

Color information

#CCF166 (or 0xCCF166) is unknown color: approx Mindaro. HEX triplet: CC, F1 and 66. RGB value is (204,241,102). Sum of RGB (Red+Green+Blue) = 204+241+102=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF166 is #330E99. Grayscale: #D6D6D6. Windows color (decimal): -3346074 or 6746572. OLE color: 6746572.

HSL color Cylindrical-coordinate representation of color #CCF166: hue angle of 75.97º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCF166 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB204241102-
CMYK0.1500.580.05
HSL75.97º83.23%67.25%-
HSV(B)75.97º57.68%94.51%-
XYZ58.7676.7124.28-
YUV214.0964.74120.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 102 (40.23% from 255) = 18.65%
R=37.29%
G=44.06%
B=18.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411020.1500.580.0575.9783.2367.25
HexCCF166F03A54c5343
Octal314361146170725114123103
Binary1100110011110001110011011110111010101100110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccf166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccf166; }

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

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

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

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

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

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

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

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