Html Css Color HEX #D3F872 Mindaro

📋 copy color: '#D3F872'

red 211 ◦ green 248 ◦ blue 114

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

Shades of Mindaro #D3F872

Tints of Mindaro #D3F872

RGB

 RED value IS 211 (82.81% from 255) = 36.82%

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

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

R = 36.82%
G = 43.28%
B = 19.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#D3F872 (or 0xD3F872) is known color: Mindaro. HEX triplet: D3, F8 and 72. RGB value is (211,248,114). Sum of RGB (Red+Green+Blue) = 211+248+114=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #D3F872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F872 is #2C078D. Grayscale: #DEDEDE. Windows color (decimal): -2885518 or 7534803. OLE color: 7534803.

HSL color Cylindrical-coordinate representation of color #D3F872: hue angle of 76.57º 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 #D3F872 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 211 248 114 -
CMYK 0.15 0 0.54 0.03
HSL 76.57º 0.91% 0.71% -
HSV(B) 76.57º 0.54% 0.97% -
XYZ 63.47 82.2 28.44 -
YUV 221.66 67.24 120.4 -
System Red Green Blue C M Y K H S L
Decimal 211 248 114 0.15 0 0.54 0.03 76.57 0.91 0.71
Hex D3 F8 72 F 0 36 3 4D 5B 47
Octal 323 370 162 17 0 66 3 115 133 107
Binary 11010011 11111000 1110010 1111 0 110110 11 1001101 1011011 1000111

Color Harmonies of #D3F872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F872

Black with #D3F872

Text Example


Text Example

White with #D3F872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F872; }

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

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

background-color css

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

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

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

border-color css

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

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

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