Html Css Color HEX #D9FA75 Mindaro

📋 copy color: '#D9FA75'

red 217 ◦ green 250 ◦ blue 117

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

Shades of Mindaro #D9FA75

Tints of Mindaro #D9FA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.03%

R = 37.16%
G = 42.81%
B = 20.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#D9FA75 (or 0xD9FA75) is known color: Mindaro. HEX triplet: D9, FA and 75. RGB value is (217,250,117). Sum of RGB (Red+Green+Blue) = 217+250+117=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FA75 is #26058A. Grayscale: #E1E1E1. Windows color (decimal): -2491787 or 7731929. OLE color: 7731929.

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

Color convert

RGB 217 250 117 -
CMYK 0.13 0 0.53 0.02
HSL 74.89º 0.93% 0.72% -
HSV(B) 74.89º 0.53% 0.98% -
XYZ 66.01 84.41 29.64 -
YUV 224.97 67.07 122.31 -
System Red Green Blue C M Y K H S L
Decimal 217 250 117 0.13 0 0.53 0.02 74.89 0.93 0.72
Hex D9 FA 75 D 0 35 2 4B 5D 48
Octal 331 372 165 15 0 65 2 113 135 110
Binary 11011001 11111010 1110101 1101 0 110101 10 1001011 1011101 1001000

Color Harmonies of #D9FA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA75

Black with #D9FA75

Text Example


Text Example

White with #D9FA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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