Html Css Color HEX #D1F150 Mindaro

📋 copy color: '#D1F150'

red 209 ◦ green 241 ◦ blue 80

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

Shades of Mindaro #D1F150

Tints of Mindaro #D1F150

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.47%

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

R = 39.43%
G = 45.47%
B = 15.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#D1F150 (or 0xD1F150) is known color: Mindaro. HEX triplet: D1, F1 and 50. RGB value is (209,241,80). Sum of RGB (Red+Green+Blue) = 209+241+80=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F150 is #2E0EAF. Grayscale: #D5D5D5. Windows color (decimal): -3018416 or 5304785. OLE color: 5304785.

HSL color Cylindrical-coordinate representation of color #D1F150: hue angle of 71.93º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1F150 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 241 80 -
CMYK 0.13 0 0.67 0.05
HSL 71.93º 0.85% 0.63% -
HSV(B) 71.93º 0.67% 0.95% -
XYZ 59.2 77.05 19.34 -
YUV 213.08 52.9 125.09 -
System Red Green Blue C M Y K H S L
Decimal 209 241 80 0.13 0 0.67 0.05 71.93 0.85 0.63
Hex D1 F1 50 D 0 43 5 48 55 3F
Octal 321 361 120 15 0 103 5 110 125 77
Binary 11010001 11110001 1010000 1101 0 1000011 101 1001000 1010101 111111

Color Harmonies of #D1F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F150

Black with #D1F150

Text Example


Text Example

White with #D1F150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F150; }

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

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

background-color css

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

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

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

border-color css

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

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

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