Html Css Color HEX #D9FA74 Mindaro

📋 copy color: '#D9FA74'

red 217 ◦ green 250 ◦ blue 116

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

Shades of Mindaro #D9FA74

Tints of Mindaro #D9FA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.9%

R = 37.22%
G = 42.88%
B = 19.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#D9FA74 (or 0xD9FA74) is known color: Mindaro. HEX triplet: D9, FA and 74. RGB value is (217,250,116). Sum of RGB (Red+Green+Blue) = 217+250+116=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA74 is #26058B. Grayscale: #E1E1E1. Windows color (decimal): -2491788 or 7666393. OLE color: 7666393.

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

Color convert

RGB 217 250 116 -
CMYK 0.13 0 0.54 0.02
HSL 74.78º 0.93% 0.72% -
HSV(B) 74.78º 0.54% 0.98% -
XYZ 65.95 84.38 29.33 -
YUV 224.86 66.57 122.4 -
System Red Green Blue C M Y K H S L
Decimal 217 250 116 0.13 0 0.54 0.02 74.78 0.93 0.72
Hex D9 FA 74 D 0 36 2 4B 5D 48
Octal 331 372 164 15 0 66 2 113 135 110
Binary 11011001 11111010 1110100 1101 0 110110 10 1001011 1011101 1001000

Color Harmonies of #D9FA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA74

Black with #D9FA74

Text Example


Text Example

White with #D9FA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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