Html Css Color HEX #D9F175 Mindaro

📋 copy color: '#D9F175'

red 217 ◦ green 241 ◦ blue 117

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

Shades of Mindaro #D9F175

Tints of Mindaro #D9F175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.91%

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

R = 37.74%
G = 41.91%
B = 20.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#D9F175 (or 0xD9F175) is known color: Mindaro. HEX triplet: D9, F1 and 75. RGB value is (217,241,117). Sum of RGB (Red+Green+Blue) = 217+241+117=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F175 is #260E8A. Grayscale: #DCDCDC. Windows color (decimal): -2494091 or 7729625. OLE color: 7729625.

HSL color Cylindrical-coordinate representation of color #D9F175: hue angle of 71.61º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9F175 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 241 117 -
CMYK 0.10 0 0.51 0.05
HSL 71.61º 0.82% 0.7% -
HSV(B) 71.61º 0.51% 0.95% -
XYZ 63.28 78.95 28.73 -
YUV 219.69 70.05 126.08 -
System Red Green Blue C M Y K H S L
Decimal 217 241 117 0.10 0 0.51 0.05 71.61 0.82 0.7
Hex D9 F1 75 A 0 33 5 48 52 46
Octal 331 361 165 12 0 63 5 110 122 106
Binary 11011001 11110001 1110101 1010 0 110011 101 1001000 1010010 1000110

Color Harmonies of #D9F175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F175

Black with #D9F175

Text Example


Text Example

White with #D9F175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F175; }

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

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

background-color css

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

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

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

border-color css

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

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

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