Html Css Color HEX #D6FC76 Mindaro

📋 copy color: '#D6FC76'

red 214 ◦ green 252 ◦ blue 118

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

Shades of Mindaro #D6FC76

Tints of Mindaro #D6FC76

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.15%

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

R = 36.64%
G = 43.15%
B = 20.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#D6FC76 (or 0xD6FC76) is known color: Mindaro. HEX triplet: D6, FC and 76. RGB value is (214,252,118). Sum of RGB (Red+Green+Blue) = 214+252+118=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 118 (46.48% from 255 or 20.21% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FC76 is #290389. Grayscale: #E1E1E1. Windows color (decimal): -2687882 or 7797974. OLE color: 7797974.

HSL color Cylindrical-coordinate representation of color #D6FC76: hue angle of 77.01º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6FC76 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 252 118 -
CMYK 0.15 0 0.53 0.01
HSL 77.01º 0.96% 0.73% -
HSV(B) 77.01º 0.53% 0.99% -
XYZ 65.81 85.22 30.12 -
YUV 225.36 67.41 119.9 -
System Red Green Blue C M Y K H S L
Decimal 214 252 118 0.15 0 0.53 0.01 77.01 0.96 0.73
Hex D6 FC 76 F 0 35 1 4D 60 49
Octal 326 374 166 17 0 65 1 115 140 111
Binary 11010110 11111100 1110110 1111 0 110101 1 1001101 1100000 1001001

Color Harmonies of #D6FC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FC76

Black with #D6FC76

Text Example


Text Example

White with #D6FC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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