Html Css Color HEX #D8F061 Mindaro

📋 copy color: '#D8F061'

red 216 ◦ green 240 ◦ blue 97

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

Shades of Mindaro #D8F061

Tints of Mindaro #D8F061

RGB

 RED value IS 216 (84.77% from 255) = 39.06%

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

 BLUE value IS 97 (38.28% from 255) = 17.54%

R = 39.06%
G = 43.4%
B = 17.54%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#D8F061 (or 0xD8F061) is known color: Mindaro. HEX triplet: D8, F0 and 61. RGB value is (216,240,97). Sum of RGB (Red+Green+Blue) = 216+240+97=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 97 (38.28% from 255 or 17.54% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F061 is #270F9E. Grayscale: #D9D9D9. Windows color (decimal): -2559903 or 6418648. OLE color: 6418648.

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

Color convert

RGB 216 240 97 -
CMYK 0.1 0 0.60 0.06
HSL 70.07º 0.83% 0.66% -
HSV(B) 70.07º 0.6% 0.94% -
XYZ 61.64 77.78 23.07 -
YUV 216.52 60.55 127.63 -
System Red Green Blue C M Y K H S L
Decimal 216 240 97 0.1 0 0.60 0.06 70.07 0.83 0.66
Hex D8 F0 61 A 0 3C 6 46 53 42
Octal 330 360 141 12 0 74 6 106 123 102
Binary 11011000 11110000 1100001 1010 0 111100 110 1000110 1010011 1000010

Color Harmonies of #D8F061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F061

Black with #D8F061

Text Example


Text Example

White with #D8F061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F061; }

 p { color: rgb(216,240,97); }

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

background-color css

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

 a { background-color: rgb(216,240,97); }

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

border-color css

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

 span { border-color: rgb(216,240,97); }

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