#CCF553

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

Shades of Mindaro #CCF553

Tints of Mindaro #CCF553

Color information

#CCF553 (or 0xCCF553) is unknown color: approx Mindaro. HEX triplet: CC, F5 and 53. RGB value is (204,245,83). Sum of RGB (Red+Green+Blue) = 204+245+83=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF553 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF553 is #330AAC. Grayscale: #D6D6D6. Windows color (decimal): -3345069 or 5502412. OLE color: 5502412.

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

Color convert

RGB20424583-
CMYK0.1700.660.04
HSL75.19º89.01%64.31%-
HSV(B)75.19º66.12%96.08%-
XYZ59.1278.7720.27-
YUV214.2753.92120.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 245 (96.09% from 255) = 46.05%
BLUE value IS 83 (32.81% from 255) = 15.60%
R=38.35%
G=46.05%
B=15.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204245830.1700.660.0475.1989.0164.31
HexCCF5531104244b5940
Octal3143651232101024113131100
Binary110011001111010110100111000101000010100100101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF553; }

 p { color: rgb(204,245,83); }

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

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

 a { background-color: rgb(204,245,83); }

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

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

 span { border-color: rgb(204,245,83); }

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