Html Css Color HEX #D1F950 Mindaro

📋 copy color: '#D1F950'

red 209 ◦ green 249 ◦ blue 80

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

Shades of Mindaro #D1F950

Tints of Mindaro #D1F950

RGB

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

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

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

R = 38.85%
G = 46.28%
B = 14.87%

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

#D1F950 (or 0xD1F950) is known color: Mindaro. HEX triplet: D1, F9 and 50. RGB value is (209,249,80). Sum of RGB (Red+Green+Blue) = 209+249+80=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F950 is #2E06AF. Grayscale: #DADADA. Windows color (decimal): -3016368 or 5306833. OLE color: 5306833.

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

Color convert

RGB 209 249 80 -
CMYK 0.16 0 0.68 0.02
HSL 74.2º 0.93% 0.65% -
HSV(B) 74.2º 0.68% 0.98% -
XYZ 61.62 81.89 20.15 -
YUV 217.77 50.25 121.74 -
System Red Green Blue C M Y K H S L
Decimal 209 249 80 0.16 0 0.68 0.02 74.2 0.93 0.65
Hex D1 F9 50 10 0 44 2 4A 5D 41
Octal 321 371 120 20 0 104 2 112 135 101
Binary 11010001 11111001 1010000 10000 0 1000100 10 1001010 1011101 1000001

Color Harmonies of #D1F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F950

Black with #D1F950

Text Example


Text Example

White with #D1F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F950; }

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

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

background-color css

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

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

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

border-color css

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

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

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