#CCF863

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

Shades of Mindaro #CCF863

Tints of Mindaro #CCF863

Color information

#CCF863 (or 0xCCF863) is unknown color: approx Mindaro. HEX triplet: CC, F8 and 63. RGB value is (204,248,99). Sum of RGB (Red+Green+Blue) = 204+248+99=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF863 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF863 is #33079C. Grayscale: #DADADA. Windows color (decimal): -3344285 or 6551756. OLE color: 6551756.

HSL color Cylindrical-coordinate representation of color #CCF863: hue angle of 77.72º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCF863 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB20424899-
CMYK0.1800.600.03
HSL77.72º91.41%68.04%-
HSV(B)77.72º60.08%97.25%-
XYZ60.7280.8724.21-
YUV217.8660.92118.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 248 (97.27% from 255) = 45.01%
BLUE value IS 99 (39.06% from 255) = 17.97%
R=37.02%
G=45.01%
B=17.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204248990.1800.600.0377.7291.4168.04
HexCCF8631203C34e5b44
Octal314370143220743116133104
Binary1100110011111000110001110010011110011100111010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF863; }

 p { color: rgb(204,248,99); }

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

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

 a { background-color: rgb(204,248,99); }

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

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

 span { border-color: rgb(204,248,99); }

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