#CAEA64

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

Shades of Mindaro #CAEA64

Tints of Mindaro #CAEA64

Color information

#CAEA64 (or 0xCAEA64) is unknown color: approx Mindaro. HEX triplet: CA, EA and 64. RGB value is (202,234,100). Sum of RGB (Red+Green+Blue) = 202+234+100=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA64 is #35159B. Grayscale: #D1D1D1. Windows color (decimal): -3478940 or 6613706. OLE color: 6613706.

HSL color Cylindrical-coordinate representation of color #CAEA64: hue angle of 74.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAEA64 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB202234100-
CMYK0.1400.570.08
HSL74.33º76.14%65.49%-
HSV(B)74.33º57.26%91.76%-
XYZ56.0872.3223.06-
YUV209.1666.4122.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 234 (91.80% from 255) = 43.66%
BLUE value IS 100 (39.45% from 255) = 18.66%
R=37.69%
G=43.66%
B=18.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341000.1400.570.0874.3376.1465.49
HexCAEA64E03984a4c41
Octal3123521441607110112114101
Binary11001010111010101100100111001110011000100101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEA64; }

 p { color: rgb(202,234,100); }

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

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

 a { background-color: rgb(202,234,100); }

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

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

 span { border-color: rgb(202,234,100); }

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