Html Css Color HEX #D1FC71 Mindaro

📋 copy color: '#D1FC71'

red 209 ◦ green 252 ◦ blue 113

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

Shades of Mindaro #D1FC71

Tints of Mindaro #D1FC71

RGB

 RED value IS 209 (82.03% from 255) = 36.41%

 GREEN value IS 252 (98.83% from 255) = 43.9%

 BLUE value IS 113 (44.53% from 255) = 19.69%

R = 36.41%
G = 43.9%
B = 19.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#D1FC71 (or 0xD1FC71) is known color: Mindaro. HEX triplet: D1, FC and 71. RGB value is (209,252,113). Sum of RGB (Red+Green+Blue) = 209+252+113=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FC71 is #2E038E. Grayscale: #DFDFDF. Windows color (decimal): -3015567 or 7470289. OLE color: 7470289.

HSL color Cylindrical-coordinate representation of color #D1FC71: hue angle of 78.56º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1FC71 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 252 113 -
CMYK 0.17 0 0.55 0.01
HSL 78.56º 0.96% 0.72% -
HSV(B) 78.56º 0.55% 0.99% -
XYZ 64.09 84.37 28.53 -
YUV 223.3 65.75 117.8 -
System Red Green Blue C M Y K H S L
Decimal 209 252 113 0.17 0 0.55 0.01 78.56 0.96 0.72
Hex D1 FC 71 11 0 37 1 4F 60 48
Octal 321 374 161 21 0 67 1 117 140 110
Binary 11010001 11111100 1110001 10001 0 110111 1 1001111 1100000 1001000

Color Harmonies of #D1FC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FC71

Black with #D1FC71

Text Example


Text Example

White with #D1FC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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