Html Css Color HEX #D6FA76 Mindaro

📋 copy color: '#D6FA76'

red 214 ◦ green 250 ◦ blue 118

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

Shades of Mindaro #D6FA76

Tints of Mindaro #D6FA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.27%

R = 36.77%
G = 42.96%
B = 20.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#D6FA76 (or 0xD6FA76) is known color: Mindaro. HEX triplet: D6, FA and 76. RGB value is (214,250,118). Sum of RGB (Red+Green+Blue) = 214+250+118=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FA76 is #290589. Grayscale: #E0E0E0. Windows color (decimal): -2688394 or 7797462. OLE color: 7797462.

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

Color convert

RGB 214 250 118 -
CMYK 0.14 0 0.53 0.02
HSL 76.36º 0.93% 0.72% -
HSV(B) 76.36º 0.53% 0.98% -
XYZ 65.19 83.98 29.91 -
YUV 224.19 68.07 120.73 -
System Red Green Blue C M Y K H S L
Decimal 214 250 118 0.14 0 0.53 0.02 76.36 0.93 0.72
Hex D6 FA 76 E 0 35 2 4C 5D 48
Octal 326 372 166 16 0 65 2 114 135 110
Binary 11010110 11111010 1110110 1110 0 110101 10 1001100 1011101 1001000

Color Harmonies of #D6FA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA76

Black with #D6FA76

Text Example


Text Example

White with #D6FA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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