Html Css Color HEX #D8F974 Mindaro

📋 copy color: '#D8F974'

red 216 ◦ green 249 ◦ blue 116

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

Shades of Mindaro #D8F974

Tints of Mindaro #D8F974

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.86%

 BLUE value IS 116 (45.7% from 255) = 19.97%

R = 37.18%
G = 42.86%
B = 19.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#D8F974 (or 0xD8F974) is known color: Mindaro. HEX triplet: D8, F9 and 74. RGB value is (216,249,116). Sum of RGB (Red+Green+Blue) = 216+249+116=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F974 is #27068B. Grayscale: #E0E0E0. Windows color (decimal): -2557580 or 7666136. OLE color: 7666136.

HSL color Cylindrical-coordinate representation of color #D8F974: hue angle of 74.89º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8F974 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 249 116 -
CMYK 0.13 0 0.53 0.02
HSL 74.89º 0.92% 0.72% -
HSV(B) 74.89º 0.53% 0.98% -
XYZ 65.35 83.61 29.22 -
YUV 223.97 67.07 122.31 -
System Red Green Blue C M Y K H S L
Decimal 216 249 116 0.13 0 0.53 0.02 74.89 0.92 0.72
Hex D8 F9 74 D 0 35 2 4B 5C 48
Octal 330 371 164 15 0 65 2 113 134 110
Binary 11011000 11111001 1110100 1101 0 110101 10 1001011 1011100 1001000

Color Harmonies of #D8F974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F974

Black with #D8F974

Text Example


Text Example

White with #D8F974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F974; }

 p { color: rgb(216,249,116); }

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

background-color css

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

 a { background-color: rgb(216,249,116); }

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

border-color css

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

 span { border-color: rgb(216,249,116); }

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