Html Css Color HEX #DCF472 Mindaro

📋 copy color: '#DCF472'

red 220 ◦ green 244 ◦ blue 114

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

Shades of Mindaro #DCF472

Tints of Mindaro #DCF472

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.21%

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

R = 38.06%
G = 42.21%
B = 19.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#DCF472 (or 0xDCF472) is known color: Mindaro. HEX triplet: DC, F4 and 72. RGB value is (220,244,114). Sum of RGB (Red+Green+Blue) = 220+244+114=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 114 (44.92% from 255 or 19.72% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF472 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF472 is #230B8D. Grayscale: #DEDEDE. Windows color (decimal): -2296718 or 7533788. OLE color: 7533788.

HSL color Cylindrical-coordinate representation of color #DCF472: hue angle of 71.08º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCF472 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 114 -
CMYK 0.10 0 0.53 0.04
HSL 71.08º 0.86% 0.7% -
HSV(B) 71.08º 0.53% 0.96% -
XYZ 64.9 81.13 28.16 -
YUV 222 67.05 126.57 -
System Red Green Blue C M Y K H S L
Decimal 220 244 114 0.10 0 0.53 0.04 71.08 0.86 0.7
Hex DC F4 72 A 0 35 4 47 56 46
Octal 334 364 162 12 0 65 4 107 126 106
Binary 11011100 11110100 1110010 1010 0 110101 100 1000111 1010110 1000110

Color Harmonies of #DCF472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF472

Black with #DCF472

Text Example


Text Example

White with #DCF472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF472; }

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

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

background-color css

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

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

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

border-color css

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

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

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