Html Css Color HEX #DCF772 Mindaro

📋 copy color: '#DCF772'

red 220 ◦ green 247 ◦ blue 114

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

Shades of Mindaro #DCF772

Tints of Mindaro #DCF772

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.51%

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

R = 37.87%
G = 42.51%
B = 19.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#DCF772 (or 0xDCF772) is known color: Mindaro. HEX triplet: DC, F7 and 72. RGB value is (220,247,114). Sum of RGB (Red+Green+Blue) = 220+247+114=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 247 (96.88% from 255 or 42.51% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF772 is #23088D. Grayscale: #E0E0E0. Windows color (decimal): -2295950 or 7534556. OLE color: 7534556.

HSL color Cylindrical-coordinate representation of color #DCF772: hue angle of 72.18º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCF772 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 114 -
CMYK 0.11 0 0.54 0.03
HSL 72.18º 0.89% 0.71% -
HSV(B) 72.18º 0.54% 0.97% -
XYZ 65.81 82.95 28.46 -
YUV 223.77 66.05 125.31 -
System Red Green Blue C M Y K H S L
Decimal 220 247 114 0.11 0 0.54 0.03 72.18 0.89 0.71
Hex DC F7 72 B 0 36 3 48 59 47
Octal 334 367 162 13 0 66 3 110 131 107
Binary 11011100 11110111 1110010 1011 0 110110 11 1001000 1011001 1000111

Color Harmonies of #DCF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF772

Black with #DCF772

Text Example


Text Example

White with #DCF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF772; }

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

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

background-color css

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

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

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

border-color css

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

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

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