#CAF668

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

Shades of Mindaro #CAF668

Tints of Mindaro #CAF668

Color information

#CAF668 (or 0xCAF668) is unknown color: approx Mindaro. HEX triplet: CA, F6 and 68. RGB value is (202,246,104). Sum of RGB (Red+Green+Blue) = 202+246+104=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF668 is #350997. Grayscale: #D9D9D9. Windows color (decimal): -3475864 or 6878922. OLE color: 6878922.

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

Color convert

RGB202246104-
CMYK0.1800.580.04
HSL78.59º88.75%68.63%-
HSV(B)78.59º57.72%96.47%-
XYZ59.8179.4725.28-
YUV216.6664.42117.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 246 (96.48% from 255) = 44.57%
BLUE value IS 104 (41.02% from 255) = 18.84%
R=36.59%
G=44.57%
B=18.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022461040.1800.580.0478.5988.7568.63
HexCAF6681203A44f5945
Octal312366150220724117131105
Binary11001010111101101101000100100111010100100111110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF668; }

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

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

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

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

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

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

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

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