Html Css Color HEX #D1E970 Mindaro

📋 copy color: '#D1E970'

red 209 ◦ green 233 ◦ blue 112

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

Shades of Mindaro #D1E970

Tints of Mindaro #D1E970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.22%

R = 37.73%
G = 42.06%
B = 20.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#D1E970 (or 0xD1E970) is known color: Mindaro. HEX triplet: D1, E9 and 70. RGB value is (209,233,112). Sum of RGB (Red+Green+Blue) = 209+233+112=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E970 is #2E168F. Grayscale: #D4D4D4. Windows color (decimal): -3020432 or 7399889. OLE color: 7399889.

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

Color convert

RGB 209 233 112 -
CMYK 0.10 0 0.52 0.09
HSL 71.9º 0.73% 0.68% -
HSV(B) 71.9º 0.52% 0.91% -
XYZ 58.36 73 26.34 -
YUV 212.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 209 233 112 0.10 0 0.52 0.09 71.9 0.73 0.68
Hex D1 E9 70 A 0 34 9 48 49 44
Octal 321 351 160 12 0 64 11 110 111 104
Binary 11010001 11101001 1110000 1010 0 110100 1001 1001000 1001001 1000100

Color Harmonies of #D1E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E970

Black with #D1E970

Text Example


Text Example

White with #D1E970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E970; }

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

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

background-color css

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

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

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

border-color css

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

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

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