Html Css Color HEX #D1F062 Mindaro

📋 copy color: '#D1F062'

red 209 ◦ green 240 ◦ blue 98

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

Shades of Mindaro #D1F062

Tints of Mindaro #D1F062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.92%

R = 38.21%
G = 43.88%
B = 17.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#D1F062 (or 0xD1F062) is known color: Mindaro. HEX triplet: D1, F0 and 62. RGB value is (209,240,98). Sum of RGB (Red+Green+Blue) = 209+240+98=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F062 is #2E0F9D. Grayscale: #D7D7D7. Windows color (decimal): -3018654 or 6484177. OLE color: 6484177.

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

Color convert

RGB 209 240 98 -
CMYK 0.13 0 0.59 0.06
HSL 73.1º 0.83% 0.66% -
HSV(B) 73.1º 0.59% 0.94% -
XYZ 59.66 76.76 23.23 -
YUV 214.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 209 240 98 0.13 0 0.59 0.06 73.1 0.83 0.66
Hex D1 F0 62 D 0 3B 6 49 53 42
Octal 321 360 142 15 0 73 6 111 123 102
Binary 11010001 11110000 1100010 1101 0 111011 110 1001001 1010011 1000010

Color Harmonies of #D1F062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F062

Black with #D1F062

Text Example


Text Example

White with #D1F062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F062; }

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

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

background-color css

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

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

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

border-color css

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

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

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