Html Css Color HEX #D9FA71 Mindaro

📋 copy color: '#D9FA71'

red 217 ◦ green 250 ◦ blue 113

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

Shades of Mindaro #D9FA71

Tints of Mindaro #D9FA71

RGB

 RED value IS 217 (85.16% from 255) = 37.41%

 GREEN value IS 250 (98.05% from 255) = 43.1%

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

R = 37.41%
G = 43.1%
B = 19.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#D9FA71 (or 0xD9FA71) is known color: Mindaro. HEX triplet: D9, FA and 71. RGB value is (217,250,113). Sum of RGB (Red+Green+Blue) = 217+250+113=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 113 (44.53% from 255 or 19.48% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA71 is #26058E. Grayscale: #E1E1E1. Windows color (decimal): -2491791 or 7469785. OLE color: 7469785.

HSL color Cylindrical-coordinate representation of color #D9FA71: hue angle of 74.45º degrees, saturation: 0.93, 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 #D9FA71 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 250 113 -
CMYK 0.13 0 0.55 0.02
HSL 74.45º 0.93% 0.71% -
HSV(B) 74.45º 0.55% 0.98% -
XYZ 65.78 84.32 28.43 -
YUV 224.52 65.07 122.64 -
System Red Green Blue C M Y K H S L
Decimal 217 250 113 0.13 0 0.55 0.02 74.45 0.93 0.71
Hex D9 FA 71 D 0 37 2 4A 5D 47
Octal 331 372 161 15 0 67 2 112 135 107
Binary 11011001 11111010 1110001 1101 0 110111 10 1001010 1011101 1000111

Color Harmonies of #D9FA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA71

Black with #D9FA71

Text Example


Text Example

White with #D9FA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA71; }

 p { color: rgb(217,250,113); }

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

background-color css

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

 a { background-color: rgb(217,250,113); }

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

border-color css

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

 span { border-color: rgb(217,250,113); }

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