#CAE967

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

Shades of Mindaro #CAE967

Tints of Mindaro #CAE967

Color information

#CAE967 (or 0xCAE967) is unknown color: approx Mindaro. HEX triplet: CA, E9 and 67. RGB value is (202,233,103). Sum of RGB (Red+Green+Blue) = 202+233+103=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE967 is #351698. Grayscale: #D1D1D1. Windows color (decimal): -3479193 or 6810058. OLE color: 6810058.

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

Color convert

RGB202233103-
CMYK0.1300.560.09
HSL74.31º74.71%65.88%-
HSV(B)74.31º55.79%91.37%-
XYZ55.9471.8123.74-
YUV208.9168.23123.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 233 (91.41% from 255) = 43.31%
BLUE value IS 103 (40.62% from 255) = 19.14%
R=37.55%
G=43.31%
B=19.14%

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
Decimal2022331030.1300.560.0974.3174.7165.88
HexCAE967D03894a4b42
Octal3123511471507011112113102
Binary11001010111010011100111110101110001001100101010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE967; }

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

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

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

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

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

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

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

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