#CCF554

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

Shades of Mindaro #CCF554

Tints of Mindaro #CCF554

Color information

#CCF554 (or 0xCCF554) is unknown color: approx Mindaro. HEX triplet: CC, F5 and 54. RGB value is (204,245,84). Sum of RGB (Red+Green+Blue) = 204+245+84=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF554 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF554 is #330AAB. Grayscale: #D6D6D6. Windows color (decimal): -3345068 or 5567948. OLE color: 5567948.

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

Color convert

RGB20424584-
CMYK0.1700.660.04
HSL75.28º88.95%64.51%-
HSV(B)75.28º65.71%96.08%-
XYZ59.1578.7820.48-
YUV214.3954.42120.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 245 (96.09% from 255) = 45.97%
BLUE value IS 84 (33.20% from 255) = 15.76%
R=38.27%
G=45.97%
B=15.76%

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
Decimal204245840.1700.660.0475.2888.9564.51
HexCCF5541104244b5941
Octal3143651242101024113131101
Binary110011001111010110101001000101000010100100101110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF554; }

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

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

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

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

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

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

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

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