Html Css Color HEX #DCFF70 Mindaro

📋 copy color: '#DCFF70'

red 220 ◦ green 255 ◦ blue 112

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

Shades of Mindaro #DCFF70

Tints of Mindaro #DCFF70

RGB

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

 GREEN value IS 255 (100% from 255) = 43.44%

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

R = 37.48%
G = 43.44%
B = 19.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#DCFF70 (or 0xDCFF70) is known color: Mindaro. HEX triplet: DC, FF and 70. RGB value is (220,255,112). Sum of RGB (Red+Green+Blue) = 220+255+112=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF70 is #23008F. Grayscale: #E4E4E4. Windows color (decimal): -2293904 or 7405532. OLE color: 7405532.

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

Color convert

RGB 220 255 112 -
CMYK 0.14 0 0.56 0
HSL 74.69º 1% 0.72% -
HSV(B) 74.69º 0.56% 1% -
XYZ 68.2 87.91 28.7 -
YUV 228.23 62.4 122.13 -
System Red Green Blue C M Y K H S L
Decimal 220 255 112 0.14 0 0.56 0 74.69 1 0.72
Hex DC FF 70 E 0 38 0 4B 64 48
Octal 334 377 160 16 0 70 0 113 144 110
Binary 11011100 11111111 1110000 1110 0 111000 0 1001011 1100100 1001000

Color Harmonies of #DCFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF70

Black with #DCFF70

Text Example


Text Example

White with #DCFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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