#CCFE65

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

Shades of Mindaro #CCFE65

Tints of Mindaro #CCFE65

Color information

#CCFE65 (or 0xCCFE65) is unknown color: approx Mindaro. HEX triplet: CC, FE and 65. RGB value is (204,254,101). Sum of RGB (Red+Green+Blue) = 204+254+101=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE65 is #33019A. Grayscale: #DEDEDE. Windows color (decimal): -3342747 or 6684364. OLE color: 6684364.

HSL color Cylindrical-coordinate representation of color #CCFE65: hue angle of 79.61º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCFE65 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB204254101-
CMYK0.2000.600.00
HSL79.61º98.71%69.61%-
HSV(B)79.61º60.24%99.61%-
XYZ62.6984.6625.35-
YUV221.6159.94115.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 254 (99.61% from 255) = 45.44%
BLUE value IS 101 (39.84% from 255) = 18.07%
R=36.49%
G=45.44%
B=18.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541010.2000.600.0079.6198.7169.61
HexCCFE651403C0506346
Octal314376145240740120143106
Binary110011001111111011001011010001111000101000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFE65; }

 p { color: rgb(204,254,101); }

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

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

 a { background-color: rgb(204,254,101); }

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

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

 span { border-color: rgb(204,254,101); }

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