Html Css Color HEX #D6F060 Mindaro

📋 copy color: '#D6F060'

red 214 ◦ green 240 ◦ blue 96

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

Shades of Mindaro #D6F060

Tints of Mindaro #D6F060

RGB

 RED value IS 214 (83.98% from 255) = 38.91%

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

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

R = 38.91%
G = 43.64%
B = 17.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#D6F060 (or 0xD6F060) is known color: Mindaro. HEX triplet: D6, F0 and 60. RGB value is (214,240,96). Sum of RGB (Red+Green+Blue) = 214+240+96=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F060 is #290F9F. Grayscale: #D8D8D8. Windows color (decimal): -2690976 or 6353110. OLE color: 6353110.

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

Color convert

RGB 214 240 96 -
CMYK 0.11 0 0.6 0.06
HSL 70.83º 0.83% 0.66% -
HSV(B) 70.83º 0.6% 0.94% -
XYZ 61 77.46 22.8 -
YUV 215.81 60.39 126.71 -
System Red Green Blue C M Y K H S L
Decimal 214 240 96 0.11 0 0.6 0.06 70.83 0.83 0.66
Hex D6 F0 60 B 0 3C 6 47 53 42
Octal 326 360 140 13 0 74 6 107 123 102
Binary 11010110 11110000 1100000 1011 0 111100 110 1000111 1010011 1000010

Color Harmonies of #D6F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F060

Black with #D6F060

Text Example


Text Example

White with #D6F060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F060; }

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

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

background-color css

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

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

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

border-color css

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

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

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