#CADC6D

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

Shades of Mindaro #CADC6D

Tints of Mindaro #CADC6D

Color information

#CADC6D (or 0xCADC6D) is unknown color: approx Mindaro. HEX triplet: CA, DC and 6D. RGB value is (202,220,109). Sum of RGB (Red+Green+Blue) = 202+220+109=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC6D is #352392. Grayscale: #CACACA. Windows color (decimal): -3482515 or 7199946. OLE color: 7199946.

HSL color Cylindrical-coordinate representation of color #CADC6D: hue angle of 69.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CADC6D is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB202220109-
CMYK0.0800.500.14
HSL69.73º61.33%64.51%-
HSV(B)69.73º50.45%86.27%-
XYZ52.7164.8524.21-
YUV201.9675.54128.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 109 (42.97% from 255) = 20.53%
R=38.04%
G=41.43%
B=20.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201090.0800.500.1469.7361.3364.51
HexCADC6D8032E463d41
Octal312334155100621610675101
Binary1100101011011100110110110000110010111010001101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADC6D; }

 p { color: rgb(202,220,109); }

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

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

 a { background-color: rgb(202,220,109); }

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

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

 span { border-color: rgb(202,220,109); }

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