Html Css Color HEX #D1FB50 Mindaro

📋 copy color: '#D1FB50'

red 209 ◦ green 251 ◦ blue 80

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

Shades of Mindaro #D1FB50

Tints of Mindaro #D1FB50

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.48%

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

R = 38.7%
G = 46.48%
B = 14.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#D1FB50 (or 0xD1FB50) is known color: Mindaro. HEX triplet: D1, FB and 50. RGB value is (209,251,80). Sum of RGB (Red+Green+Blue) = 209+251+80=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FB50 is #2E04AF. Grayscale: #DBDBDB. Windows color (decimal): -3015856 or 5307345. OLE color: 5307345.

HSL color Cylindrical-coordinate representation of color #D1FB50: hue angle of 74.74º degrees, saturation: 0.96, 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 #D1FB50 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 251 80 -
CMYK 0.17 0 0.68 0.02
HSL 74.74º 0.96% 0.65% -
HSV(B) 74.74º 0.68% 0.98% -
XYZ 62.24 83.13 20.35 -
YUV 218.95 49.59 120.9 -
System Red Green Blue C M Y K H S L
Decimal 209 251 80 0.17 0 0.68 0.02 74.74 0.96 0.65
Hex D1 FB 50 11 0 44 2 4B 60 41
Octal 321 373 120 21 0 104 2 113 140 101
Binary 11010001 11111011 1010000 10001 0 1000100 10 1001011 1100000 1000001

Color Harmonies of #D1FB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FB50

Black with #D1FB50

Text Example


Text Example

White with #D1FB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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