Html Css Color HEX #CADC74 Mindaro

📋 copy color: '#CADC74'

red 202 ◦ green 220 ◦ blue 116

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

Shades of Mindaro #CADC74

Tints of Mindaro #CADC74

RGB

 RED value IS 202 (79.3% from 255) = 37.55%

 GREEN value IS 220 (86.33% from 255) = 40.89%

 BLUE value IS 116 (45.7% from 255) = 21.56%

R = 37.55%
G = 40.89%
B = 21.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#CADC74 (or 0xCADC74) is known color: Mindaro. HEX triplet: CA, DC and 74. RGB value is (202,220,116). Sum of RGB (Red+Green+Blue) = 202+220+116=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC74 is #35238B. Grayscale: #CBCBCB. Windows color (decimal): -3482508 or 7658698. OLE color: 7658698.

HSL color Cylindrical-coordinate representation of color #CADC74: hue angle of 70.38º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CADC74 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 220 116 -
CMYK 0.08 0 0.47 0.14
HSL 70.38º 0.6% 0.66% -
HSV(B) 70.38º 0.47% 0.86% -
XYZ 53.1 65 26.27 -
YUV 202.76 79.04 127.46 -
System Red Green Blue C M Y K H S L
Decimal 202 220 116 0.08 0 0.47 0.14 70.38 0.6 0.66
Hex CA DC 74 8 0 2F E 46 3C 42
Octal 312 334 164 10 0 57 16 106 74 102
Binary 11001010 11011100 1110100 1000 0 101111 1110 1000110 111100 1000010

Color Harmonies of #CADC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADC74

Black with #CADC74

Text Example


Text Example

White with #CADC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADC74; }

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

 H1.HeaderClassName
 {
   color: #CADC74;
 }
 .AnyTagClassName
 {
   color: #CADC74;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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