#CAE36D

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

Shades of Mindaro #CAE36D

Tints of Mindaro #CAE36D

Color information

#CAE36D (or 0xCAE36D) is unknown color: approx Mindaro. HEX triplet: CA, E3 and 6D. RGB value is (202,227,109). Sum of RGB (Red+Green+Blue) = 202+227+109=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE36D is #351C92. Grayscale: #CECECE. Windows color (decimal): -3480723 or 7201738. OLE color: 7201738.

HSL color Cylindrical-coordinate representation of color #CAE36D: hue angle of 72.71º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAE36D is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB202227109-
CMYK0.1100.520.11
HSL72.71º67.82%65.88%-
HSV(B)72.71º51.98%89.02%-
XYZ54.5968.624.83-
YUV206.0773.22125.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 227 (89.06% from 255) = 42.19%
BLUE value IS 109 (42.97% from 255) = 20.26%
R=37.55%
G=42.19%
B=20.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022271090.1100.520.1172.7167.8265.88
HexCAE36DB034B494442
Octal3123431551306413111104102
Binary11001010111000111101101101101101001011100100110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE36D; }

 p { color: rgb(202,227,109); }

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

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

 a { background-color: rgb(202,227,109); }

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

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

 span { border-color: rgb(202,227,109); }

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