#CAE961

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

Shades of Mindaro #CAE961

Tints of Mindaro #CAE961

Color information

#CAE961 (or 0xCAE961) is unknown color: approx Mindaro. HEX triplet: CA, E9 and 61. RGB value is (202,233,97). Sum of RGB (Red+Green+Blue) = 202+233+97=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE961 is #35169E. Grayscale: #D0D0D0. Windows color (decimal): -3479199 or 6416842. OLE color: 6416842.

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

Color convert

RGB20223397-
CMYK0.1300.580.09
HSL73.68º75.56%64.71%-
HSV(B)73.68º58.37%91.37%-
XYZ55.6571.722.21-
YUV208.2365.23123.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 233 (91.41% from 255) = 43.80%
BLUE value IS 97 (38.28% from 255) = 18.23%
R=37.97%
G=43.80%
B=18.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202233970.1300.580.0973.6875.5664.71
HexCAE961D03A94a4c41
Octal3123511411507211112114101
Binary11001010111010011100001110101110101001100101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE961; }

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

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

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

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

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

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

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

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