#DCFF74

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

Shades of Mindaro #DCFF74

Tints of Mindaro #DCFF74

Color information

#DCFF74 (or 0xDCFF74) is unknown color: approx Mindaro. HEX triplet: DC, FF and 74. RGB value is (220,255,116). Sum of RGB (Red+Green+Blue) = 220+255+116=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 116 (45.70% from 255 or 19.63% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF74 is #23008B. Grayscale: #E5E5E5. Windows color (decimal): -2293900 or 7667676. OLE color: 7667676.

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

Color convert

RGB220255116-
CMYK0.1400.550
HSL75.11º100%72.75%-
HSV(B)75.11º54.51%100%-
XYZ68.438829.9-
YUV228.6964.4121.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 116 (45.70% from 255) = 19.63%
R=37.23%
G=43.15%
B=19.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551160.1400.55075.1110072.75
HexDCFF74E03704b6449
Octal334377164160670113144111
Binary11011100111111111110100111001101110100101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFF74; }

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

 H1.HeaderClassName
 {
   color: #DCFF74;
 }
 .AnyTagClassName
 {
   color: #DCFF74;
 }
</style>
background-color css

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

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

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

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

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

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