#D1FB71

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

Shades of Mindaro #D1FB71

Tints of Mindaro #D1FB71

Color information

#D1FB71 (or 0xD1FB71) is unknown color: approx Mindaro. HEX triplet: D1, FB and 71. RGB value is (209,251,113). Sum of RGB (Red+Green+Blue) = 209+251+113=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FB71 is #2E048E. Grayscale: #DFDFDF. Windows color (decimal): -3015823 or 7470033. OLE color: 7470033.

HSL color Cylindrical-coordinate representation of color #D1FB71: hue angle of 78.26º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1FB71 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB209251113-
CMYK0.1700.550.02
HSL78.26º94.52%71.37%-
HSV(B)78.26º54.98%98.43%-
XYZ63.7783.7428.43-
YUV222.7166.09118.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.47%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 113 (44.53% from 255) = 19.72%
R=36.47%
G=43.80%
B=19.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092511130.1700.550.0278.2694.5271.37
HexD1FB711103724e5f47
Octal321373161210672116137107
Binary1101000111111011111000110001011011110100111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FB71; }

 p { color: rgb(209,251,113); }

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

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

 a { background-color: rgb(209,251,113); }

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

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

 span { border-color: rgb(209,251,113); }

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