Html Css Color HEX #D9FA5D Mindaro

📋 copy color: '#D9FA5D'

red 217 ◦ green 250 ◦ blue 93

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

Shades of Mindaro #D9FA5D

Tints of Mindaro #D9FA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.61%

R = 38.75%
G = 44.64%
B = 16.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#D9FA5D (or 0xD9FA5D) is known color: Mindaro. HEX triplet: D9, FA and 5D. RGB value is (217,250,93). Sum of RGB (Red+Green+Blue) = 217+250+93=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA5D is #2605A2. Grayscale: #DEDEDE. Windows color (decimal): -2491811 or 6159065. OLE color: 6159065.

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

Color convert

RGB 217 250 93 -
CMYK 0.13 0 0.63 0.02
HSL 72.61º 0.94% 0.67% -
HSV(B) 72.61º 0.63% 0.98% -
XYZ 64.78 83.91 23.14 -
YUV 222.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 217 250 93 0.13 0 0.63 0.02 72.61 0.94 0.67
Hex D9 FA 5D D 0 3F 2 49 5E 43
Octal 331 372 135 15 0 77 2 111 136 103
Binary 11011001 11111010 1011101 1101 0 111111 10 1001001 1011110 1000011

Color Harmonies of #D9FA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA5D

Black with #D9FA5D

Text Example


Text Example

White with #D9FA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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