Html Css Color HEX #D6FA7A Mindaro

📋 copy color: '#D6FA7A'

red 214 ◦ green 250 ◦ blue 122

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

Shades of Mindaro #D6FA7A

Tints of Mindaro #D6FA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.82%

R = 36.52%
G = 42.66%
B = 20.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#D6FA7A (or 0xD6FA7A) is known color: Mindaro. HEX triplet: D6, FA and 7A. RGB value is (214,250,122). Sum of RGB (Red+Green+Blue) = 214+250+122=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 122 (48.05% from 255 or 20.82% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA7A is #290585. Grayscale: #E1E1E1. Windows color (decimal): -2688390 or 8059606. OLE color: 8059606.

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

Color convert

RGB 214 250 122 -
CMYK 0.14 0 0.51 0.02
HSL 76.88º 0.93% 0.73% -
HSV(B) 76.88º 0.51% 0.98% -
XYZ 65.43 84.07 31.19 -
YUV 224.64 70.07 120.41 -
System Red Green Blue C M Y K H S L
Decimal 214 250 122 0.14 0 0.51 0.02 76.88 0.93 0.73
Hex D6 FA 7A E 0 33 2 4D 5D 49
Octal 326 372 172 16 0 63 2 115 135 111
Binary 11010110 11111010 1111010 1110 0 110011 10 1001101 1011101 1001001

Color Harmonies of #D6FA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA7A

Black with #D6FA7A

Text Example


Text Example

White with #D6FA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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