#CAE960

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

Shades of Mindaro #CAE960

Tints of Mindaro #CAE960

Color information

#CAE960 (or 0xCAE960) is unknown color: approx Mindaro. HEX triplet: CA, E9 and 60. RGB value is (202,233,96). Sum of RGB (Red+Green+Blue) = 202+233+96=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE960 is #35169F. Grayscale: #D0D0D0. Windows color (decimal): -3479200 or 6351306. OLE color: 6351306.

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

Color convert

RGB20223396-
CMYK0.1300.590.09
HSL73.58º75.69%64.51%-
HSV(B)73.58º58.8%91.37%-
XYZ55.6171.6821.97-
YUV208.1164.73123.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 233 (91.41% from 255) = 43.88%
BLUE value IS 96 (37.89% from 255) = 18.08%
R=38.04%
G=43.88%
B=18.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202233960.1300.590.0973.5875.6964.51
HexCAE960D03B94a4c41
Octal3123511401507311112114101
Binary11001010111010011100000110101110111001100101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE960; }

 p { color: rgb(202,233,96); }

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

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

 a { background-color: rgb(202,233,96); }

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

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

 span { border-color: rgb(202,233,96); }

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