#CAE46B

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

Shades of Mindaro #CAE46B

Tints of Mindaro #CAE46B

Color information

#CAE46B (or 0xCAE46B) is unknown color: approx Mindaro. HEX triplet: CA, E4 and 6B. RGB value is (202,228,107). Sum of RGB (Red+Green+Blue) = 202+228+107=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE46B is #351B94. Grayscale: #CECECE. Windows color (decimal): -3480469 or 7070922. OLE color: 7070922.

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

Color convert

RGB202228107-
CMYK0.1100.530.11
HSL72.89º69.14%65.69%-
HSV(B)72.89º53.07%89.41%-
XYZ54.7569.124.36-
YUV206.4371.89124.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 228 (89.45% from 255) = 42.46%
BLUE value IS 107 (42.19% from 255) = 19.93%
R=37.62%
G=42.46%
B=19.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281070.1100.530.1172.8969.1465.69
HexCAE46BB035B494542
Octal3123441531306513111105102
Binary11001010111001001101011101101101011011100100110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE46B; }

 p { color: rgb(202,228,107); }

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

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

 a { background-color: rgb(202,228,107); }

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

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

 span { border-color: rgb(202,228,107); }

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