Html Css Color HEX #D8F276 Mindaro

📋 copy color: '#D8F276'

red 216 ◦ green 242 ◦ blue 118

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

Shades of Mindaro #D8F276

Tints of Mindaro #D8F276

RGB

 RED value IS 216 (84.77% from 255) = 37.5%

 GREEN value IS 242 (94.92% from 255) = 42.01%

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

R = 37.5%
G = 42.01%
B = 20.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#D8F276 (or 0xD8F276) is known color: Mindaro. HEX triplet: D8, F2 and 76. RGB value is (216,242,118). Sum of RGB (Red+Green+Blue) = 216+242+118=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 118 (46.48% from 255 or 20.49% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F276 is #270D89. Grayscale: #DCDCDC. Windows color (decimal): -2559370 or 7795416. OLE color: 7795416.

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

Color convert

RGB 216 242 118 -
CMYK 0.11 0 0.51 0.05
HSL 72.58º 0.83% 0.71% -
HSV(B) 72.58º 0.51% 0.95% -
XYZ 63.34 79.41 29.13 -
YUV 220.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 216 242 118 0.11 0 0.51 0.05 72.58 0.83 0.71
Hex D8 F2 76 B 0 33 5 49 53 47
Octal 330 362 166 13 0 63 5 111 123 107
Binary 11011000 11110010 1110110 1011 0 110011 101 1001001 1010011 1000111

Color Harmonies of #D8F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F276

Black with #D8F276

Text Example


Text Example

White with #D8F276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F276; }

 p { color: rgb(216,242,118); }

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

background-color css

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

 a { background-color: rgb(216,242,118); }

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

border-color css

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

 span { border-color: rgb(216,242,118); }

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