Html Css Color HEX #D8F470 Mindaro

📋 copy color: '#D8F470'

red 216 ◦ green 244 ◦ blue 112

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

Shades of Mindaro #D8F470

Tints of Mindaro #D8F470

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.66%

 BLUE value IS 112 (44.14% from 255) = 19.58%

R = 37.76%
G = 42.66%
B = 19.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#D8F470 (or 0xD8F470) is known color: Mindaro. HEX triplet: D8, F4 and 70. RGB value is (216,244,112). Sum of RGB (Red+Green+Blue) = 216+244+112=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F470 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F470 is #270B8F. Grayscale: #DDDDDD. Windows color (decimal): -2558864 or 7402712. OLE color: 7402712.

HSL color Cylindrical-coordinate representation of color #D8F470: hue angle of 72.73º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8F470 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 244 112 -
CMYK 0.11 0 0.54 0.04
HSL 72.73º 0.86% 0.7% -
HSV(B) 72.73º 0.54% 0.96% -
XYZ 63.59 80.47 27.51 -
YUV 220.58 66.72 124.73 -
System Red Green Blue C M Y K H S L
Decimal 216 244 112 0.11 0 0.54 0.04 72.73 0.86 0.7
Hex D8 F4 70 B 0 36 4 49 56 46
Octal 330 364 160 13 0 66 4 111 126 106
Binary 11011000 11110100 1110000 1011 0 110110 100 1001001 1010110 1000110

Color Harmonies of #D8F470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F470

Black with #D8F470

Text Example


Text Example

White with #D8F470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F470; }

 p { color: rgb(216,244,112); }

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

background-color css

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

 a { background-color: rgb(216,244,112); }

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

border-color css

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

 span { border-color: rgb(216,244,112); }

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