#CCF366

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

Shades of Mindaro #CCF366

Tints of Mindaro #CCF366

Color information

#CCF366 (or 0xCCF366) is unknown color: approx Mindaro. HEX triplet: CC, F3 and 66. RGB value is (204,243,102). Sum of RGB (Red+Green+Blue) = 204+243+102=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF366 is #330C99. Grayscale: #D7D7D7. Windows color (decimal): -3345562 or 6747084. OLE color: 6747084.

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

Color convert

RGB204243102-
CMYK0.1600.580.05
HSL76.6º85.45%67.65%-
HSV(B)76.6º58.02%95.29%-
XYZ59.3577.924.48-
YUV215.2664.08119.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 243 (95.31% from 255) = 44.26%
BLUE value IS 102 (40.23% from 255) = 18.58%
R=37.16%
G=44.26%
B=18.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042431020.1600.580.0576.685.4567.65
HexCCF3661003A54d5544
Octal314363146200725115125104
Binary11001100111100111100110100000111010101100110110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF366; }

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

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

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

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

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

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

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

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