#CAE35A

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

Shades of Mindaro #CAE35A

Tints of Mindaro #CAE35A

Color information

#CAE35A (or 0xCAE35A) is unknown color: approx Mindaro. HEX triplet: CA, E3 and 5A. RGB value is (202,227,90). Sum of RGB (Red+Green+Blue) = 202+227+90=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE35A is #351CA5. Grayscale: #CCCCCC. Windows color (decimal): -3480742 or 5956554. OLE color: 5956554.

HSL color Cylindrical-coordinate representation of color #CAE35A: hue angle of 70.95º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAE35A is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB20222790-
CMYK0.1100.600.11
HSL70.95º70.98%62.16%-
HSV(B)70.95º60.35%89.02%-
XYZ53.6768.2320.01-
YUV203.9163.72126.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 227 (89.06% from 255) = 43.74%
BLUE value IS 90 (35.55% from 255) = 17.34%
R=38.92%
G=43.74%
B=17.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202227900.1100.600.1170.9570.9862.16
HexCAE35AB03CB47473e
Octal312343132130741310710776
Binary1100101011100011101101010110111100101110001111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE35A; }

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

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

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

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

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

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

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

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