Html Css Color HEX #D8E374 Mindaro

📋 copy color: '#D8E374'

red 216 ◦ green 227 ◦ blue 116

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

Shades of Mindaro #D8E374

Tints of Mindaro #D8E374

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.61%

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

R = 38.64%
G = 40.61%
B = 20.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#D8E374 (or 0xD8E374) is known color: Mindaro. HEX triplet: D8, E3 and 74. RGB value is (216,227,116). Sum of RGB (Red+Green+Blue) = 216+227+116=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E374 is #271C8B. Grayscale: #D3D3D3. Windows color (decimal): -2563212 or 7660504. OLE color: 7660504.

HSL color Cylindrical-coordinate representation of color #D8E374: hue angle of 65.95º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8E374 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 227 116 -
CMYK 0.05 0 0.49 0.11
HSL 65.95º 0.66% 0.67% -
HSV(B) 65.95º 0.49% 0.89% -
XYZ 58.94 70.8 27.08 -
YUV 211.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 216 227 116 0.05 0 0.49 0.11 65.95 0.66 0.67
Hex D8 E3 74 5 0 31 B 42 42 43
Octal 330 343 164 5 0 61 13 102 102 103
Binary 11011000 11100011 1110100 101 0 110001 1011 1000010 1000010 1000011

Color Harmonies of #D8E374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E374

Black with #D8E374

Text Example


Text Example

White with #D8E374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E374; }

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

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

background-color css

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

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

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

border-color css

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

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

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