Html Css Color HEX #D9E775 Mindaro

📋 copy color: '#D9E775'

red 217 ◦ green 231 ◦ blue 117

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

Shades of Mindaro #D9E775

Tints of Mindaro #D9E775

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.88%

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

R = 38.41%
G = 40.88%
B = 20.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#D9E775 (or 0xD9E775) is known color: Mindaro. HEX triplet: D9, E7 and 75. RGB value is (217,231,117). Sum of RGB (Red+Green+Blue) = 217+231+117=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E775 is #26188A. Grayscale: #D6D6D6. Windows color (decimal): -2496651 or 7727065. OLE color: 7727065.

HSL color Cylindrical-coordinate representation of color #D9E775: hue angle of 67.37º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9E775 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 231 117 -
CMYK 0.06 0 0.49 0.09
HSL 67.37º 0.7% 0.68% -
HSV(B) 67.37º 0.49% 0.91% -
XYZ 60.4 73.19 27.77 -
YUV 213.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 217 231 117 0.06 0 0.49 0.09 67.37 0.7 0.68
Hex D9 E7 75 6 0 31 9 43 46 44
Octal 331 347 165 6 0 61 11 103 106 104
Binary 11011001 11100111 1110101 110 0 110001 1001 1000011 1000110 1000100

Color Harmonies of #D9E775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E775

Black with #D9E775

Text Example


Text Example

White with #D9E775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E775; }

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

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

background-color css

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

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

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

border-color css

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

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

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