Html Css Color HEX #DCF972 Mindaro

📋 copy color: '#DCF972'

red 220 ◦ green 249 ◦ blue 114

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

Shades of Mindaro #DCF972

Tints of Mindaro #DCF972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.55%

R = 37.74%
G = 42.71%
B = 19.55%

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

#DCF972 (or 0xDCF972) is known color: Mindaro. HEX triplet: DC, F9 and 72. RGB value is (220,249,114). Sum of RGB (Red+Green+Blue) = 220+249+114=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF972 is #23068D. Grayscale: #E1E1E1. Windows color (decimal): -2295438 or 7535068. OLE color: 7535068.

HSL color Cylindrical-coordinate representation of color #DCF972: hue angle of 72.89º 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 #DCF972 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 114 -
CMYK 0.12 0 0.54 0.02
HSL 72.89º 0.92% 0.71% -
HSV(B) 72.89º 0.54% 0.98% -
XYZ 66.43 84.18 28.67 -
YUV 224.94 65.39 124.48 -
System Red Green Blue C M Y K H S L
Decimal 220 249 114 0.12 0 0.54 0.02 72.89 0.92 0.71
Hex DC F9 72 C 0 36 2 49 5C 47
Octal 334 371 162 14 0 66 2 111 134 107
Binary 11011100 11111001 1110010 1100 0 110110 10 1001001 1011100 1000111

Color Harmonies of #DCF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF972

Black with #DCF972

Text Example


Text Example

White with #DCF972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF972; }

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

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

background-color css

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

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

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

border-color css

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

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

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