#CAEA65

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

Shades of Mindaro #CAEA65

Tints of Mindaro #CAEA65

Color information

#CAEA65 (or 0xCAEA65) is unknown color: approx Mindaro. HEX triplet: CA, EA and 65. RGB value is (202,234,101). Sum of RGB (Red+Green+Blue) = 202+234+101=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA65 is #35159A. Grayscale: #D1D1D1. Windows color (decimal): -3478939 or 6679242. OLE color: 6679242.

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

Color convert

RGB202234101-
CMYK0.1400.570.08
HSL74.44º76%65.69%-
HSV(B)74.44º56.84%91.76%-
XYZ56.1372.3423.32-
YUV209.2766.9122.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 234 (91.80% from 255) = 43.58%
BLUE value IS 101 (39.84% from 255) = 18.81%
R=37.62%
G=43.58%
B=18.81%

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
Decimal2022341010.1400.570.0874.447665.69
HexCAEA65E03984a4c42
Octal3123521451607110112114102
Binary11001010111010101100101111001110011000100101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEA65; }

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

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

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

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

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

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

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

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