Html Css Color HEX #D1F970 Mindaro

📋 copy color: '#D1F970'

red 209 ◦ green 249 ◦ blue 112

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

Shades of Mindaro #D1F970

Tints of Mindaro #D1F970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.68%

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

R = 36.67%
G = 43.68%
B = 19.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#D1F970 (or 0xD1F970) is known color: Mindaro. HEX triplet: D1, F9 and 70. RGB value is (209,249,112). Sum of RGB (Red+Green+Blue) = 209+249+112=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F970 is #2E068F. Grayscale: #DDDDDD. Windows color (decimal): -3016336 or 7403985. OLE color: 7403985.

HSL color Cylindrical-coordinate representation of color #D1F970: hue angle of 77.52º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1F970 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 249 112 -
CMYK 0.16 0 0.55 0.02
HSL 77.52º 0.92% 0.71% -
HSV(B) 77.52º 0.55% 0.98% -
XYZ 63.09 82.48 27.92 -
YUV 221.42 66.25 119.14 -
System Red Green Blue C M Y K H S L
Decimal 209 249 112 0.16 0 0.55 0.02 77.52 0.92 0.71
Hex D1 F9 70 10 0 37 2 4E 5C 47
Octal 321 371 160 20 0 67 2 116 134 107
Binary 11010001 11111001 1110000 10000 0 110111 10 1001110 1011100 1000111

Color Harmonies of #D1F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F970

Black with #D1F970

Text Example


Text Example

White with #D1F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F970; }

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

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

background-color css

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

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

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

border-color css

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

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

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