Html Css Color HEX #D9FA7D Mindaro

📋 copy color: '#D9FA7D'

red 217 ◦ green 250 ◦ blue 125

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

Shades of Mindaro #D9FA7D

Tints of Mindaro #D9FA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.11%

R = 36.66%
G = 42.23%
B = 21.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#D9FA7D (or 0xD9FA7D) is known color: Mindaro. HEX triplet: D9, FA and 7D. RGB value is (217,250,125). Sum of RGB (Red+Green+Blue) = 217+250+125=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA7D is #260582. Grayscale: #E2E2E2. Windows color (decimal): -2491779 or 8256217. OLE color: 8256217.

HSL color Cylindrical-coordinate representation of color #D9FA7D: hue angle of 75.84º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9FA7D is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 250 125 -
CMYK 0.13 0 0.50 0.02
HSL 75.84º 0.93% 0.74% -
HSV(B) 75.84º 0.5% 0.98% -
XYZ 66.5 84.6 32.23 -
YUV 225.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 217 250 125 0.13 0 0.50 0.02 75.84 0.93 0.74
Hex D9 FA 7D D 0 32 2 4C 5D 4A
Octal 331 372 175 15 0 62 2 114 135 112
Binary 11011001 11111010 1111101 1101 0 110010 10 1001100 1011101 1001010

Color Harmonies of #D9FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA7D

Black with #D9FA7D

Text Example


Text Example

White with #D9FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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