Html Css Color HEX #D8F872 Mindaro

📋 copy color: '#D8F872'

red 216 ◦ green 248 ◦ blue 114

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

Shades of Mindaro #D8F872

Tints of Mindaro #D8F872

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.91%

 BLUE value IS 114 (44.92% from 255) = 19.72%

R = 37.37%
G = 42.91%
B = 19.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#D8F872 (or 0xD8F872) is known color: Mindaro. HEX triplet: D8, F8 and 72. RGB value is (216,248,114). Sum of RGB (Red+Green+Blue) = 216+248+114=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 114 (44.92% from 255 or 19.72% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F872 is #27078D. Grayscale: #DFDFDF. Windows color (decimal): -2557838 or 7534808. OLE color: 7534808.

HSL color Cylindrical-coordinate representation of color #D8F872: hue angle of 74.33º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8F872 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 248 114 -
CMYK 0.13 0 0.54 0.03
HSL 74.33º 0.91% 0.71% -
HSV(B) 74.33º 0.54% 0.97% -
XYZ 64.92 82.95 28.51 -
YUV 223.16 66.4 122.9 -
System Red Green Blue C M Y K H S L
Decimal 216 248 114 0.13 0 0.54 0.03 74.33 0.91 0.71
Hex D8 F8 72 D 0 36 3 4A 5B 47
Octal 330 370 162 15 0 66 3 112 133 107
Binary 11011000 11111000 1110010 1101 0 110110 11 1001010 1011011 1000111

Color Harmonies of #D8F872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F872

Black with #D8F872

Text Example


Text Example

White with #D8F872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F872; }

 p { color: rgb(216,248,114); }

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

background-color css

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

 a { background-color: rgb(216,248,114); }

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

border-color css

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

 span { border-color: rgb(216,248,114); }

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