#CAEB5A

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

Shades of Mindaro #CAEB5A

Tints of Mindaro #CAEB5A

Color information

#CAEB5A (or 0xCAEB5A) is unknown color: approx Mindaro. HEX triplet: CA, EB and 5A. RGB value is (202,235,90). Sum of RGB (Red+Green+Blue) = 202+235+90=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEB5A is #3514A5. Grayscale: #D1D1D1. Windows color (decimal): -3478694 or 5958602. OLE color: 5958602.

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

Color convert

RGB20223590-
CMYK0.1400.620.08
HSL73.66º78.38%63.73%-
HSV(B)73.66º61.7%92.16%-
XYZ55.9172.7120.76-
YUV208.661.07123.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 235 (92.19% from 255) = 44.59%
BLUE value IS 90 (35.55% from 255) = 17.08%
R=38.33%
G=44.59%
B=17.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202235900.1400.620.0873.6678.3863.73
HexCAEB5AE03E84a4e40
Octal3123531321607610112116100
Binary11001010111010111011010111001111101000100101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB5A; }

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

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

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

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

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

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

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

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