Html Css Color HEX #D1FA70 Mindaro

📋 copy color: '#D1FA70'

red 209 ◦ green 250 ◦ blue 112

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

Shades of Mindaro #D1FA70

Tints of Mindaro #D1FA70

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.78%

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

R = 36.6%
G = 43.78%
B = 19.61%

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

#D1FA70 (or 0xD1FA70) is known color: Mindaro. HEX triplet: D1, FA and 70. RGB value is (209,250,112). Sum of RGB (Red+Green+Blue) = 209+250+112=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA70 is #2E058F. Grayscale: #DEDEDE. Windows color (decimal): -3016080 or 7404241. OLE color: 7404241.

HSL color Cylindrical-coordinate representation of color #D1FA70: hue angle of 77.83º degrees, saturation: 0.93, 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 #D1FA70 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 250 112 -
CMYK 0.16 0 0.55 0.02
HSL 77.83º 0.93% 0.71% -
HSV(B) 77.83º 0.55% 0.98% -
XYZ 63.4 83.1 28.03 -
YUV 222.01 65.92 118.72 -
System Red Green Blue C M Y K H S L
Decimal 209 250 112 0.16 0 0.55 0.02 77.83 0.93 0.71
Hex D1 FA 70 10 0 37 2 4E 5D 47
Octal 321 372 160 20 0 67 2 116 135 107
Binary 11010001 11111010 1110000 10000 0 110111 10 1001110 1011101 1000111

Color Harmonies of #D1FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FA70

Black with #D1FA70

Text Example


Text Example

White with #D1FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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