Html Css Color HEX #D1F14F Mindaro

📋 copy color: '#D1F14F'

red 209 ◦ green 241 ◦ blue 79

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

Shades of Mindaro #D1F14F

Tints of Mindaro #D1F14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.93%

R = 39.51%
G = 45.56%
B = 14.93%

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

#D1F14F (or 0xD1F14F) is known color: Mindaro. HEX triplet: D1, F1 and 4F. RGB value is (209,241,79). Sum of RGB (Red+Green+Blue) = 209+241+79=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F14F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F14F is #2E0EB0. Grayscale: #D5D5D5. Windows color (decimal): -3018417 or 5239249. OLE color: 5239249.

HSL color Cylindrical-coordinate representation of color #D1F14F: hue angle of 71.85º 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 #D1F14F is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 241 79 -
CMYK 0.13 0 0.67 0.05
HSL 71.85º 0.85% 0.63% -
HSV(B) 71.85º 0.67% 0.95% -
XYZ 59.16 77.03 19.15 -
YUV 212.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 209 241 79 0.13 0 0.67 0.05 71.85 0.85 0.63
Hex D1 F1 4F D 0 43 5 48 55 3F
Octal 321 361 117 15 0 103 5 110 125 77
Binary 11010001 11110001 1001111 1101 0 1000011 101 1001000 1010101 111111

Color Harmonies of #D1F14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F14F

Black with #D1F14F

Text Example


Text Example

White with #D1F14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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