Html Css Color HEX #D1FA50 Mindaro

📋 copy color: '#D1FA50'

red 209 ◦ green 250 ◦ blue 80

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

Shades of Mindaro #D1FA50

Tints of Mindaro #D1FA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.84%

R = 38.78%
G = 46.38%
B = 14.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#D1FA50 (or 0xD1FA50) is known color: Mindaro. HEX triplet: D1, FA and 50. RGB value is (209,250,80). Sum of RGB (Red+Green+Blue) = 209+250+80=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA50 is #2E05AF. Grayscale: #DBDBDB. Windows color (decimal): -3016112 or 5307089. OLE color: 5307089.

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

Color convert

RGB 209 250 80 -
CMYK 0.16 0 0.68 0.02
HSL 74.47º 0.94% 0.65% -
HSV(B) 74.47º 0.68% 0.98% -
XYZ 61.93 82.51 20.25 -
YUV 218.36 49.92 121.32 -
System Red Green Blue C M Y K H S L
Decimal 209 250 80 0.16 0 0.68 0.02 74.47 0.94 0.65
Hex D1 FA 50 10 0 44 2 4A 5E 41
Octal 321 372 120 20 0 104 2 112 136 101
Binary 11010001 11111010 1010000 10000 0 1000100 10 1001010 1011110 1000001

Color Harmonies of #D1FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FA50

Black with #D1FA50

Text Example


Text Example

White with #D1FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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