Html Css Color HEX #D4F872 Mindaro

📋 copy color: '#D4F872'

red 212 ◦ green 248 ◦ blue 114

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

Shades of Mindaro #D4F872

Tints of Mindaro #D4F872

RGB

 RED value IS 212 (83.2% from 255) = 36.93%

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

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

R = 36.93%
G = 43.21%
B = 19.86%

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

#D4F872 (or 0xD4F872) is known color: Mindaro. HEX triplet: D4, F8 and 72. RGB value is (212,248,114). Sum of RGB (Red+Green+Blue) = 212+248+114=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F872 is #2B078D. Grayscale: #DEDEDE. Windows color (decimal): -2819982 or 7534804. OLE color: 7534804.

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

Color convert

RGB 212 248 114 -
CMYK 0.15 0 0.54 0.03
HSL 76.12º 0.91% 0.71% -
HSV(B) 76.12º 0.54% 0.97% -
XYZ 63.76 82.35 28.45 -
YUV 221.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 212 248 114 0.15 0 0.54 0.03 76.12 0.91 0.71
Hex D4 F8 72 F 0 36 3 4C 5B 47
Octal 324 370 162 17 0 66 3 114 133 107
Binary 11010100 11111000 1110010 1111 0 110110 11 1001100 1011011 1000111

Color Harmonies of #D4F872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F872

Black with #D4F872

Text Example


Text Example

White with #D4F872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F872; }

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

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

background-color css

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

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

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

border-color css

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

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

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