Html Css Color HEX #CADC6D Mindaro

📋 copy color: '#CADC6D'

red 202 ◦ green 220 ◦ blue 109

#CADC6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CADC6D

Tints of Mindaro #CADC6D

RGB

 RED value IS 202 (79.3% 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 value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#CADC6D (or 0xCADC6D) is known color: 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

RGB 202 220 109 -
CMYK 0.08 0 0.50 0.14
HSL 69.73º 0.61% 0.65% -
HSV(B) 69.73º 0.5% 0.86% -
XYZ 52.71 64.85 24.21 -
YUV 201.96 75.54 128.03 -
System Red Green Blue C M Y K H S L
Decimal 202 220 109 0.08 0 0.50 0.14 69.73 0.61 0.65
Hex CA DC 6D 8 0 32 E 46 3D 41
Octal 312 334 155 10 0 62 16 106 75 101
Binary 11001010 11011100 1101101 1000 0 110010 1110 1000110 111101 1000001

Color Harmonies of #CADC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADC6D

Black with #CADC6D

Text Example


Text Example

White with #CADC6D

Text Example


Text Example

HTML Codes & Css Web 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>