Html Css Color HEX #CADF73 Mindaro

📋 copy color: '#CADF73'

red 202 ◦ green 223 ◦ blue 115

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

Shades of Mindaro #CADF73

Tints of Mindaro #CADF73

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.3%

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

R = 37.41%
G = 41.3%
B = 21.3%

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

#CADF73 (or 0xCADF73) is known color: Mindaro. HEX triplet: CA, DF and 73. RGB value is (202,223,115). Sum of RGB (Red+Green+Blue) = 202+223+115=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF73 is #35208C. Grayscale: #CCCCCC. Windows color (decimal): -3481741 or 7593930. OLE color: 7593930.

HSL color Cylindrical-coordinate representation of color #CADF73: hue angle of 71.67º degrees, saturation: 0.63, 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 #CADF73 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 223 115 -
CMYK 0.09 0 0.48 0.13
HSL 71.67º 0.63% 0.66% -
HSV(B) 71.67º 0.48% 0.87% -
XYZ 53.84 66.57 26.23 -
YUV 204.41 77.54 126.28 -
System Red Green Blue C M Y K H S L
Decimal 202 223 115 0.09 0 0.48 0.13 71.67 0.63 0.66
Hex CA DF 73 9 0 30 D 48 3F 42
Octal 312 337 163 11 0 60 15 110 77 102
Binary 11001010 11011111 1110011 1001 0 110000 1101 1001000 111111 1000010

Color Harmonies of #CADF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADF73

Black with #CADF73

Text Example


Text Example

White with #CADF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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