Html Css Color HEX #D6F17E Mindaro

📋 copy color: '#D6F17E'

red 214 ◦ green 241 ◦ blue 126

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

Shades of Mindaro #D6F17E

Tints of Mindaro #D6F17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.69%

R = 36.83%
G = 41.48%
B = 21.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#D6F17E (or 0xD6F17E) is known color: Mindaro. HEX triplet: D6, F1 and 7E. RGB value is (214,241,126). Sum of RGB (Red+Green+Blue) = 214+241+126=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F17E is #290E81. Grayscale: #DCDCDC. Windows color (decimal): -2690690 or 8319446. OLE color: 8319446.

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

Color convert

RGB 214 241 126 -
CMYK 0.11 0 0.48 0.05
HSL 74.09º 0.8% 0.72% -
HSV(B) 74.09º 0.48% 0.95% -
XYZ 62.95 78.71 31.61 -
YUV 219.82 75.05 123.85 -
System Red Green Blue C M Y K H S L
Decimal 214 241 126 0.11 0 0.48 0.05 74.09 0.8 0.72
Hex D6 F1 7E B 0 30 5 4A 50 48
Octal 326 361 176 13 0 60 5 112 120 110
Binary 11010110 11110001 1111110 1011 0 110000 101 1001010 1010000 1001000

Color Harmonies of #D6F17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F17E

Black with #D6F17E

Text Example


Text Example

White with #D6F17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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