Html Css Color HEX #D6F160 Mindaro

📋 copy color: '#D6F160'

red 214 ◦ green 241 ◦ blue 96

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

Shades of Mindaro #D6F160

Tints of Mindaro #D6F160

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.74%

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

R = 38.84%
G = 43.74%
B = 17.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#D6F160 (or 0xD6F160) is known color: Mindaro. HEX triplet: D6, F1 and 60. RGB value is (214,241,96). Sum of RGB (Red+Green+Blue) = 214+241+96=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F160 is #290E9F. Grayscale: #D8D8D8. Windows color (decimal): -2690720 or 6353366. OLE color: 6353366.

HSL color Cylindrical-coordinate representation of color #D6F160: hue angle of 71.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6F160 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 96 -
CMYK 0.11 0 0.60 0.05
HSL 71.17º 0.84% 0.66% -
HSV(B) 71.17º 0.6% 0.95% -
XYZ 61.3 78.05 22.9 -
YUV 216.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 214 241 96 0.11 0 0.60 0.05 71.17 0.84 0.66
Hex D6 F1 60 B 0 3C 5 47 54 42
Octal 326 361 140 13 0 74 5 107 124 102
Binary 11010110 11110001 1100000 1011 0 111100 101 1000111 1010100 1000010

Color Harmonies of #D6F160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F160

Black with #D6F160

Text Example


Text Example

White with #D6F160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F160; }

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

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

background-color css

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

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

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

border-color css

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

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

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