Html Css Color HEX #D1F074 Mindaro

📋 copy color: '#D1F074'

red 209 ◦ green 240 ◦ blue 116

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

Shades of Mindaro #D1F074

Tints of Mindaro #D1F074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.48%

 BLUE value IS 116 (45.7% from 255) = 20.53%

R = 36.99%
G = 42.48%
B = 20.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#D1F074 (or 0xD1F074) is known color: Mindaro. HEX triplet: D1, F0 and 74. RGB value is (209,240,116). Sum of RGB (Red+Green+Blue) = 209+240+116=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F074 is #2E0F8B. Grayscale: #D9D9D9. Windows color (decimal): -3018636 or 7663825. OLE color: 7663825.

HSL color Cylindrical-coordinate representation of color #D1F074: hue angle of 75º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1F074 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 240 116 -
CMYK 0.13 0 0.52 0.06
HSL 75º 0.81% 0.7% -
HSV(B) 75º 0.52% 0.94% -
XYZ 60.61 77.14 28.22 -
YUV 216.6 71.23 122.58 -
System Red Green Blue C M Y K H S L
Decimal 209 240 116 0.13 0 0.52 0.06 75 0.81 0.7
Hex D1 F0 74 D 0 34 6 4B 51 46
Octal 321 360 164 15 0 64 6 113 121 106
Binary 11010001 11110000 1110100 1101 0 110100 110 1001011 1010001 1000110

Color Harmonies of #D1F074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F074

Black with #D1F074

Text Example


Text Example

White with #D1F074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F074; }

 p { color: rgb(209,240,116); }

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

background-color css

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

 a { background-color: rgb(209,240,116); }

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

border-color css

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

 span { border-color: rgb(209,240,116); }

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