#cae867

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

Shades of Mindaro #CAE867

Tints of Mindaro #CAE867

Color information

#CAE867 (or 0xCAE867) is unknown color: approx Mindaro. HEX triplet: CA, E8 and 67. RGB value is (202,232,103). Sum of RGB (Red+Green+Blue) = 202+232+103=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE867 is #351798. Grayscale: #D0D0D0. Windows color (decimal): -3479449 or 6809802. OLE color: 6809802.

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

Color convert

RGB202232103-
CMYK0.1300.560.09
HSL73.95º73.71%65.69%-
HSV(B)73.95º55.6%90.98%-
XYZ55.6671.2523.65-
YUV208.3268.56123.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 232 (91.02% from 255) = 43.20%
BLUE value IS 103 (40.62% from 255) = 19.18%
R=37.62%
G=43.20%
B=19.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022321030.1300.560.0973.9573.7165.69
HexCAE867D03894a4a42
Octal3123501471507011112112102
Binary11001010111010001100111110101110001001100101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cae867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cae867; }

 p { color: rgb(202,232,103); }

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

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

 a { background-color: rgb(202,232,103); }

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

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

 span { border-color: rgb(202,232,103); }

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