Html Css Color HEX #CADD73 Mindaro

📋 copy color: '#CADD73'

red 202 ◦ green 221 ◦ blue 115

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

Shades of Mindaro #CADD73

Tints of Mindaro #CADD73

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.08%

 BLUE value IS 115 (45.31% from 255) = 21.38%

R = 37.55%
G = 41.08%
B = 21.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#CADD73 (or 0xCADD73) is known color: Mindaro. HEX triplet: CA, DD and 73. RGB value is (202,221,115). Sum of RGB (Red+Green+Blue) = 202+221+115=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD73 is #35228C. Grayscale: #CBCBCB. Windows color (decimal): -3482253 or 7593418. OLE color: 7593418.

HSL color Cylindrical-coordinate representation of color #CADD73: hue angle of 70.75º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CADD73 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 221 115 -
CMYK 0.09 0 0.48 0.13
HSL 70.75º 0.61% 0.66% -
HSV(B) 70.75º 0.48% 0.87% -
XYZ 53.31 65.51 26.05 -
YUV 203.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 202 221 115 0.09 0 0.48 0.13 70.75 0.61 0.66
Hex CA DD 73 9 0 30 D 47 3D 42
Octal 312 335 163 11 0 60 15 107 75 102
Binary 11001010 11011101 1110011 1001 0 110000 1101 1000111 111101 1000010

Color Harmonies of #CADD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD73

Black with #CADD73

Text Example


Text Example

White with #CADD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD73; }

 p { color: rgb(202,221,115); }

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

background-color css

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

 a { background-color: rgb(202,221,115); }

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

border-color css

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

 span { border-color: rgb(202,221,115); }

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