Html Css Color HEX #D9F060 Mindaro

📋 copy color: '#D9F060'

red 217 ◦ green 240 ◦ blue 96

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

Shades of Mindaro #D9F060

Tints of Mindaro #D9F060

RGB

 RED value IS 217 (85.16% from 255) = 39.24%

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

 BLUE value IS 96 (37.89% from 255) = 17.36%

R = 39.24%
G = 43.4%
B = 17.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#D9F060 (or 0xD9F060) is known color: Mindaro. HEX triplet: D9, F0 and 60. RGB value is (217,240,96). Sum of RGB (Red+Green+Blue) = 217+240+96=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F060 is #260F9F. Grayscale: #D9D9D9. Windows color (decimal): -2494368 or 6353113. OLE color: 6353113.

HSL color Cylindrical-coordinate representation of color #D9F060: hue angle of 69.58º 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 #D9F060 is Cyan = 0.10, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 240 96 -
CMYK 0.10 0 0.6 0.06
HSL 69.58º 0.83% 0.66% -
HSV(B) 69.58º 0.6% 0.94% -
XYZ 61.89 77.92 22.84 -
YUV 216.71 59.88 128.21 -
System Red Green Blue C M Y K H S L
Decimal 217 240 96 0.10 0 0.6 0.06 69.58 0.83 0.66
Hex D9 F0 60 A 0 3C 6 46 53 42
Octal 331 360 140 12 0 74 6 106 123 102
Binary 11011001 11110000 1100000 1010 0 111100 110 1000110 1010011 1000010

Color Harmonies of #D9F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F060

Black with #D9F060

Text Example


Text Example

White with #D9F060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F060; }

 p { color: rgb(217,240,96); }

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

background-color css

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

 a { background-color: rgb(217,240,96); }

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

border-color css

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

 span { border-color: rgb(217,240,96); }

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