#CAF457

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

Shades of Mindaro #CAF457

Tints of Mindaro #CAF457

Color information

#CAF457 (or 0xCAF457) is unknown color: approx Mindaro. HEX triplet: CA, F4 and 57. RGB value is (202,244,87). Sum of RGB (Red+Green+Blue) = 202+244+87=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF457 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF457 is #350BA8. Grayscale: #D6D6D6. Windows color (decimal): -3476393 or 5764298. OLE color: 5764298.

HSL color Cylindrical-coordinate representation of color #CAF457: hue angle of 76.05º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAF457 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB20224487-
CMYK0.1700.640.04
HSL76.05º87.71%64.9%-
HSV(B)76.05º64.34%95.69%-
XYZ58.4377.9520.98-
YUV213.5456.59119.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 244 (95.70% from 255) = 45.78%
BLUE value IS 87 (34.38% from 255) = 16.32%
R=37.90%
G=45.78%
B=16.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202244870.1700.640.0476.0587.7164.9
HexCAF4571104044c5841
Octal3123641272101004114130101
Binary110010101111010010101111000101000000100100110010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF457; }

 p { color: rgb(202,244,87); }

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

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

 a { background-color: rgb(202,244,87); }

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

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

 span { border-color: rgb(202,244,87); }

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