#DCFF70

Color #DCFF70 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DCFF70

Tints of Mindaro #DCFF70

Color information

#DCFF70 (or 0xDCFF70) is unknown color: approx 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

RGB220255112-
CMYK0.1400.560
HSL74.69º100%71.96%-
HSV(B)74.69º56.08%100%-
XYZ68.287.9128.7-
YUV228.2362.4122.13-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551120.1400.56074.6910071.96
HexDCFF70E03804b6448
Octal334377160160700113144110
Binary11011100111111111110000111001110000100101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>