#CAE768

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

Shades of Mindaro #CAE768

Tints of Mindaro #CAE768

Color information

#CAE768 (or 0xCAE768) is unknown color: approx Mindaro. HEX triplet: CA, E7 and 68. RGB value is (202,231,104). Sum of RGB (Red+Green+Blue) = 202+231+104=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE768 is #351897. Grayscale: #D0D0D0. Windows color (decimal): -3479704 or 6875082. OLE color: 6875082.

HSL color Cylindrical-coordinate representation of color #CAE768: hue angle of 73.7º degrees, saturation: 0.73, 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 #CAE768 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB202231104-
CMYK0.1300.550.09
HSL73.7º72.57%65.69%-
HSV(B)73.7º54.98%90.59%-
XYZ55.4370.7123.82-
YUV207.8569.39123.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 231 (90.62% from 255) = 43.02%
BLUE value IS 104 (41.02% from 255) = 19.37%
R=37.62%
G=43.02%
B=19.37%

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
Decimal2022311040.1300.550.0973.772.5765.69
HexCAE768D03794a4942
Octal3123471501506711112111102
Binary11001010111001111101000110101101111001100101010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE768; }

 p { color: rgb(202,231,104); }

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

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

 a { background-color: rgb(202,231,104); }

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

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

 span { border-color: rgb(202,231,104); }

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