Html Css Color HEX #DCFD70 Mindaro

📋 copy color: '#DCFD70'

red 220 ◦ green 253 ◦ blue 112

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

Shades of Mindaro #DCFD70

Tints of Mindaro #DCFD70

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.25%

 BLUE value IS 112 (44.14% from 255) = 19.15%

R = 37.61%
G = 43.25%
B = 19.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#DCFD70 (or 0xDCFD70) is known color: Mindaro. HEX triplet: DC, FD and 70. RGB value is (220,253,112). Sum of RGB (Red+Green+Blue) = 220+253+112=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD70 is #23028F. Grayscale: #E3E3E3. Windows color (decimal): -2294416 or 7405020. OLE color: 7405020.

HSL color Cylindrical-coordinate representation of color #DCFD70: hue angle of 74.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCFD70 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 112 -
CMYK 0.13 0 0.56 0.01
HSL 74.04º 0.97% 0.72% -
HSV(B) 74.04º 0.56% 0.99% -
XYZ 67.57 86.64 28.49 -
YUV 227.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 220 253 112 0.13 0 0.56 0.01 74.04 0.97 0.72
Hex DC FD 70 D 0 38 1 4A 61 48
Octal 334 375 160 15 0 70 1 112 141 110
Binary 11011100 11111101 1110000 1101 0 111000 1 1001010 1100001 1001000

Color Harmonies of #DCFD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD70

Black with #DCFD70

Text Example


Text Example

White with #DCFD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD70; }

 p { color: rgb(220,253,112); }

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

background-color css

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

 a { background-color: rgb(220,253,112); }

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

border-color css

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

 span { border-color: rgb(220,253,112); }

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