#caea69

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

Shades of Mindaro #CAEA69

Tints of Mindaro #CAEA69

Color information

#CAEA69 (or 0xCAEA69) is unknown color: approx Mindaro. HEX triplet: CA, EA and 69. RGB value is (202,234,105). Sum of RGB (Red+Green+Blue) = 202+234+105=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA69 is #351596. Grayscale: #D2D2D2. Windows color (decimal): -3478935 or 6941386. OLE color: 6941386.

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

Color convert

RGB202234105-
CMYK0.1400.550.08
HSL74.88º75.44%66.47%-
HSV(B)74.88º55.13%91.76%-
XYZ56.3372.4224.37-
YUV209.7368.9122.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 234 (91.80% from 255) = 43.25%
BLUE value IS 105 (41.41% from 255) = 19.41%
R=37.34%
G=43.25%
B=19.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341050.1400.550.0874.8875.4466.47
HexCAEA69E03784b4b42
Octal3123521511606710113113102
Binary11001010111010101101001111001101111000100101110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caea69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caea69; }

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

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

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

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

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

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

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

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