#CAF663

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

Shades of Mindaro #CAF663

Tints of Mindaro #CAF663

Color information

#CAF663 (or 0xCAF663) is unknown color: approx Mindaro. HEX triplet: CA, F6 and 63. RGB value is (202,246,99). Sum of RGB (Red+Green+Blue) = 202+246+99=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF663 is #35099C. Grayscale: #D8D8D8. Windows color (decimal): -3475869 or 6551242. OLE color: 6551242.

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

Color convert

RGB20224699-
CMYK0.1800.600.04
HSL77.96º89.09%67.65%-
HSV(B)77.96º59.76%96.47%-
XYZ59.5779.3723.98-
YUV216.0961.92117.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 246 (96.48% from 255) = 44.97%
BLUE value IS 99 (39.06% from 255) = 18.10%
R=36.93%
G=44.97%
B=18.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202246990.1800.600.0477.9689.0967.65
HexCAF6631203C44e5944
Octal312366143220744116131104
Binary11001010111101101100011100100111100100100111010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF663; }

 p { color: rgb(202,246,99); }

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

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

 a { background-color: rgb(202,246,99); }

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

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

 span { border-color: rgb(202,246,99); }

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