#CCFD62

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

Shades of Mindaro #CCFD62

Tints of Mindaro #CCFD62

Color information

#CCFD62 (or 0xCCFD62) is unknown color: approx Mindaro. HEX triplet: CC, FD and 62. RGB value is (204,253,98). Sum of RGB (Red+Green+Blue) = 204+253+98=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 98 (38.67% from 255 or 17.66% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD62 is #33029D. Grayscale: #DDDDDD. Windows color (decimal): -3343006 or 6487500. OLE color: 6487500.

HSL color Cylindrical-coordinate representation of color #CCFD62: hue angle of 78.97º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCFD62 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB20425398-
CMYK0.1900.610.01
HSL78.97º97.48%68.82%-
HSV(B)78.97º61.26%99.22%-
XYZ62.2383.9724.48-
YUV220.6858.77116.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 253 (99.22% from 255) = 45.59%
BLUE value IS 98 (38.67% from 255) = 17.66%
R=36.76%
G=45.59%
B=17.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204253980.1900.610.0178.9797.4868.82
HexCCFD621303D14f6145
Octal314375142230751117141105
Binary110011001111110111000101001101111011100111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD62; }

 p { color: rgb(204,253,98); }

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

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

 a { background-color: rgb(204,253,98); }

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

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

 span { border-color: rgb(204,253,98); }

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