Html Css Color HEX #D1E974 Mindaro

📋 copy color: '#D1E974'

red 209 ◦ green 233 ◦ blue 116

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

Shades of Mindaro #D1E974

Tints of Mindaro #D1E974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.79%

R = 37.46%
G = 41.76%
B = 20.79%

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

#D1E974 (or 0xD1E974) is known color: Mindaro. HEX triplet: D1, E9 and 74. RGB value is (209,233,116). Sum of RGB (Red+Green+Blue) = 209+233+116=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E974 is #2E168B. Grayscale: #D4D4D4. Windows color (decimal): -3020428 or 7662033. OLE color: 7662033.

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

Color convert

RGB 209 233 116 -
CMYK 0.10 0 0.50 0.09
HSL 72.31º 0.73% 0.68% -
HSV(B) 72.31º 0.5% 0.91% -
XYZ 58.59 73.09 27.54 -
YUV 212.49 73.55 125.51 -
System Red Green Blue C M Y K H S L
Decimal 209 233 116 0.10 0 0.50 0.09 72.31 0.73 0.68
Hex D1 E9 74 A 0 32 9 48 49 44
Octal 321 351 164 12 0 62 11 110 111 104
Binary 11010001 11101001 1110100 1010 0 110010 1001 1001000 1001001 1000100

Color Harmonies of #D1E974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E974

Black with #D1E974

Text Example


Text Example

White with #D1E974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E974; }

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

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

background-color css

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

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

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

border-color css

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

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

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