#DCFF71

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

Shades of Mindaro #DCFF71

Tints of Mindaro #DCFF71

Color information

#DCFF71 (or 0xDCFF71) is unknown color: approx Mindaro. HEX triplet: DC, FF and 71. RGB value is (220,255,113). Sum of RGB (Red+Green+Blue) = 220+255+113=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 113 (44.53% from 255 or 19.22% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF71 is #23008E. Grayscale: #E4E4E4. Windows color (decimal): -2293903 or 7471068. OLE color: 7471068.

HSL color Cylindrical-coordinate representation of color #DCFF71: hue angle of 74.79º 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 #DCFF71 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB220255113-
CMYK0.1400.560
HSL74.79º100%72.16%-
HSV(B)74.79º55.69%100%-
XYZ68.2687.9329-
YUV228.3562.9122.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 255 (100% from 255) = 43.37%
BLUE value IS 113 (44.53% from 255) = 19.22%
R=37.41%
G=43.37%
B=19.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551130.1400.56074.7910072.16
HexDCFF71E03804b6448
Octal334377161160700113144110
Binary11011100111111111110001111001110000100101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFF71; }

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

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

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

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

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

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

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

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