Html Css Color HEX #DCF973 Mindaro

📋 copy color: '#DCF973'

red 220 ◦ green 249 ◦ blue 115

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

Shades of Mindaro #DCF973

Tints of Mindaro #DCF973

RGB

 RED value IS 220 (86.33% from 255) = 37.67%

 GREEN value IS 249 (97.66% from 255) = 42.64%

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

R = 37.67%
G = 42.64%
B = 19.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DCF973 (or 0xDCF973) is known color: Mindaro. HEX triplet: DC, F9 and 73. RGB value is (220,249,115). Sum of RGB (Red+Green+Blue) = 220+249+115=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 115 (45.31% from 255 or 19.69% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF973 is #23068C. Grayscale: #E1E1E1. Windows color (decimal): -2295437 or 7600604. OLE color: 7600604.

HSL color Cylindrical-coordinate representation of color #DCF973: hue angle of 72.99º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCF973 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 115 -
CMYK 0.12 0 0.54 0.02
HSL 72.99º 0.92% 0.71% -
HSV(B) 72.99º 0.54% 0.98% -
XYZ 66.49 84.2 28.97 -
YUV 225.05 65.89 124.4 -
System Red Green Blue C M Y K H S L
Decimal 220 249 115 0.12 0 0.54 0.02 72.99 0.92 0.71
Hex DC F9 73 C 0 36 2 49 5C 47
Octal 334 371 163 14 0 66 2 111 134 107
Binary 11011100 11111001 1110011 1100 0 110110 10 1001001 1011100 1000111

Color Harmonies of #DCF973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF973

Black with #DCF973

Text Example


Text Example

White with #DCF973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF973; }

 p { color: rgb(220,249,115); }

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

background-color css

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

 a { background-color: rgb(220,249,115); }

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

border-color css

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

 span { border-color: rgb(220,249,115); }

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