#CAE861

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

Shades of Mindaro #CAE861

Tints of Mindaro #CAE861

Color information

#CAE861 (or 0xCAE861) is unknown color: approx Mindaro. HEX triplet: CA, E8 and 61. RGB value is (202,232,97). Sum of RGB (Red+Green+Blue) = 202+232+97=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE861 is #35179E. Grayscale: #D0D0D0. Windows color (decimal): -3479455 or 6416586. OLE color: 6416586.

HSL color Cylindrical-coordinate representation of color #CAE861: hue angle of 73.33º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAE861 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB20223297-
CMYK0.1300.580.09
HSL73.33º74.59%64.51%-
HSV(B)73.33º58.19%90.98%-
XYZ55.3771.1322.12-
YUV207.6465.56123.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 232 (91.02% from 255) = 43.69%
BLUE value IS 97 (38.28% from 255) = 18.27%
R=38.04%
G=43.69%
B=18.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202232970.1300.580.0973.3374.5964.51
HexCAE861D03A9494b41
Octal3123501411507211111113101
Binary11001010111010001100001110101110101001100100110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE861; }

 p { color: rgb(202,232,97); }

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

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

 a { background-color: rgb(202,232,97); }

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

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

 span { border-color: rgb(202,232,97); }

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