Html Css Color HEX #D6FA6E Mindaro

📋 copy color: '#D6FA6E'

red 214 ◦ green 250 ◦ blue 110

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

Shades of Mindaro #D6FA6E

Tints of Mindaro #D6FA6E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.55%

 BLUE value IS 110 (43.36% from 255) = 19.16%

R = 37.28%
G = 43.55%
B = 19.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#D6FA6E (or 0xD6FA6E) is known color: Mindaro. HEX triplet: D6, FA and 6E. RGB value is (214,250,110). Sum of RGB (Red+Green+Blue) = 214+250+110=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 110 (43.36% from 255 or 19.16% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA6E is #290591. Grayscale: #DFDFDF. Windows color (decimal): -2688402 or 7273174. OLE color: 7273174.

HSL color Cylindrical-coordinate representation of color #D6FA6E: hue angle of 75.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6FA6E is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 250 110 -
CMYK 0.14 0 0.56 0.02
HSL 75.43º 0.93% 0.71% -
HSV(B) 75.43º 0.56% 0.98% -
XYZ 64.73 83.79 27.51 -
YUV 223.28 64.07 121.38 -
System Red Green Blue C M Y K H S L
Decimal 214 250 110 0.14 0 0.56 0.02 75.43 0.93 0.71
Hex D6 FA 6E E 0 38 2 4B 5D 47
Octal 326 372 156 16 0 70 2 113 135 107
Binary 11010110 11111010 1101110 1110 0 111000 10 1001011 1011101 1000111

Color Harmonies of #D6FA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA6E

Black with #D6FA6E

Text Example


Text Example

White with #D6FA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA6E; }

 p { color: rgb(214,250,110); }

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

background-color css

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

 a { background-color: rgb(214,250,110); }

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

border-color css

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

 span { border-color: rgb(214,250,110); }

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