Html Css Color HEX #DCF971 Mindaro

📋 copy color: '#DCF971'

red 220 ◦ green 249 ◦ blue 113

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

Shades of Mindaro #DCF971

Tints of Mindaro #DCF971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.42%

R = 37.8%
G = 42.78%
B = 19.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DCF971 (or 0xDCF971) is known color: Mindaro. HEX triplet: DC, F9 and 71. RGB value is (220,249,113). Sum of RGB (Red+Green+Blue) = 220+249+113=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 113 (44.53% from 255 or 19.42% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF971 is #23068E. Grayscale: #E1E1E1. Windows color (decimal): -2295439 or 7469532. OLE color: 7469532.

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

Color convert

RGB 220 249 113 -
CMYK 0.12 0 0.55 0.02
HSL 72.79º 0.92% 0.71% -
HSV(B) 72.79º 0.55% 0.98% -
XYZ 66.37 84.16 28.37 -
YUV 224.83 64.89 124.56 -
System Red Green Blue C M Y K H S L
Decimal 220 249 113 0.12 0 0.55 0.02 72.79 0.92 0.71
Hex DC F9 71 C 0 37 2 49 5C 47
Octal 334 371 161 14 0 67 2 111 134 107
Binary 11011100 11111001 1110001 1100 0 110111 10 1001001 1011100 1000111

Color Harmonies of #DCF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF971

Black with #DCF971

Text Example


Text Example

White with #DCF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF971; }

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

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

background-color css

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

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

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

border-color css

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

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

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