#CAE164

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

Shades of Mindaro #CAE164

Tints of Mindaro #CAE164

Color information

#CAE164 (or 0xCAE164) is unknown color: approx Mindaro. HEX triplet: CA, E1 and 64. RGB value is (202,225,100). Sum of RGB (Red+Green+Blue) = 202+225+100=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE164 is #351E9B. Grayscale: #CCCCCC. Windows color (decimal): -3481244 or 6611402. OLE color: 6611402.

HSL color Cylindrical-coordinate representation of color #CAE164: hue angle of 71.04º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAE164 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB202225100-
CMYK0.1000.560.12
HSL71.04º67.57%63.73%-
HSV(B)71.04º55.56%88.24%-
XYZ53.5867.3322.23-
YUV203.8769.38126.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 225 (88.28% from 255) = 42.69%
BLUE value IS 100 (39.45% from 255) = 18.98%
R=38.33%
G=42.69%
B=18.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251000.1000.560.1271.0467.5763.73
HexCAE164A038C474440
Octal3123411441207014107104100
Binary11001010111000011100100101001110001100100011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE164; }

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

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

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

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

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

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

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

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