#CCF754

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

Shades of Mindaro #CCF754

Tints of Mindaro #CCF754

Color information

#CCF754 (or 0xCCF754) is unknown color: approx Mindaro. HEX triplet: CC, F7 and 54. RGB value is (204,247,84). Sum of RGB (Red+Green+Blue) = 204+247+84=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 84 (33.20% from 255 or 15.70% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF754 is #3308AB. Grayscale: #D8D8D8. Windows color (decimal): -3344556 or 5568460. OLE color: 5568460.

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

Color convert

RGB20424784-
CMYK0.1700.660.03
HSL75.83º91.06%64.9%-
HSV(B)75.83º65.99%96.86%-
XYZ59.768020.68-
YUV215.5653.75119.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 247 (96.88% from 255) = 46.17%
BLUE value IS 84 (33.20% from 255) = 15.70%
R=38.13%
G=46.17%
B=15.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204247840.1700.660.0375.8391.0664.9
HexCCF7541104234c5b41
Octal3143671242101023114133101
Binary11001100111101111010100100010100001011100110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF754; }

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

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

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

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

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

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

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

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