Html Css Color HEX #D1E975 Mindaro

📋 copy color: '#D1E975'

red 209 ◦ green 233 ◦ blue 117

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

Shades of Mindaro #D1E975

Tints of Mindaro #D1E975

RGB

 RED value IS 209 (82.03% from 255) = 37.39%

 GREEN value IS 233 (91.41% from 255) = 41.68%

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

R = 37.39%
G = 41.68%
B = 20.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#D1E975 (or 0xD1E975) is known color: Mindaro. HEX triplet: D1, E9 and 75. RGB value is (209,233,117). Sum of RGB (Red+Green+Blue) = 209+233+117=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E975 is #2E168A. Grayscale: #D5D5D5. Windows color (decimal): -3020427 or 7727569. OLE color: 7727569.

HSL color Cylindrical-coordinate representation of color #D1E975: hue angle of 72.41º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1E975 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 233 117 -
CMYK 0.10 0 0.50 0.09
HSL 72.41º 0.73% 0.69% -
HSV(B) 72.41º 0.5% 0.91% -
XYZ 58.64 73.12 27.85 -
YUV 212.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 209 233 117 0.10 0 0.50 0.09 72.41 0.73 0.69
Hex D1 E9 75 A 0 32 9 48 48 45
Octal 321 351 165 12 0 62 11 110 110 105
Binary 11010001 11101001 1110101 1010 0 110010 1001 1001000 1001000 1000101

Color Harmonies of #D1E975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E975

Black with #D1E975

Text Example


Text Example

White with #D1E975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E975; }

 p { color: rgb(209,233,117); }

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

background-color css

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

 a { background-color: rgb(209,233,117); }

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

border-color css

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

 span { border-color: rgb(209,233,117); }

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