#CAE969

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

Shades of Mindaro #CAE969

Tints of Mindaro #CAE969

Color information

#CAE969 (or 0xCAE969) is unknown color: approx Mindaro. HEX triplet: CA, E9 and 69. RGB value is (202,233,105). Sum of RGB (Red+Green+Blue) = 202+233+105=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE969 is #351696. Grayscale: #D1D1D1. Windows color (decimal): -3479191 or 6941130. OLE color: 6941130.

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

Color convert

RGB202233105-
CMYK0.1300.550.09
HSL74.53º74.42%66.27%-
HSV(B)74.53º54.94%91.37%-
XYZ56.0571.8524.28-
YUV209.1469.23122.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 233 (91.41% from 255) = 43.15%
BLUE value IS 105 (41.41% from 255) = 19.44%
R=37.41%
G=43.15%
B=19.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331050.1300.550.0974.5374.4266.27
HexCAE969D03794b4a42
Octal3123511511506711113112102
Binary11001010111010011101001110101101111001100101110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE969; }

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

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

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

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

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

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

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

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