Html Css Color HEX #D6F170 Mindaro

📋 copy color: '#D6F170'

red 214 ◦ green 241 ◦ blue 112

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

Shades of Mindaro #D6F170

Tints of Mindaro #D6F170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.75%

R = 37.74%
G = 42.5%
B = 19.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#D6F170 (or 0xD6F170) is known color: Mindaro. HEX triplet: D6, F1 and 70. RGB value is (214,241,112). Sum of RGB (Red+Green+Blue) = 214+241+112=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F170 is #290E8F. Grayscale: #DADADA. Windows color (decimal): -2690704 or 7401942. OLE color: 7401942.

HSL color Cylindrical-coordinate representation of color #D6F170: hue angle of 72.56º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6F170 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 112 -
CMYK 0.11 0 0.54 0.05
HSL 72.56º 0.82% 0.69% -
HSV(B) 72.56º 0.54% 0.95% -
XYZ 62.11 78.38 27.18 -
YUV 218.22 68.05 124.99 -
System Red Green Blue C M Y K H S L
Decimal 214 241 112 0.11 0 0.54 0.05 72.56 0.82 0.69
Hex D6 F1 70 B 0 36 5 49 52 45
Octal 326 361 160 13 0 66 5 111 122 105
Binary 11010110 11110001 1110000 1011 0 110110 101 1001001 1010010 1000101

Color Harmonies of #D6F170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F170

Black with #D6F170

Text Example


Text Example

White with #D6F170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F170; }

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

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

background-color css

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

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

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

border-color css

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

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

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