Html Css Color HEX #D4E076 Mindaro

📋 copy color: '#D4E076'

red 212 ◦ green 224 ◦ blue 118

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

Shades of Mindaro #D4E076

Tints of Mindaro #D4E076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.43%

 BLUE value IS 118 (46.48% from 255) = 21.3%

R = 38.27%
G = 40.43%
B = 21.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#D4E076 (or 0xD4E076) is known color: Mindaro. HEX triplet: D4, E0 and 76. RGB value is (212,224,118). Sum of RGB (Red+Green+Blue) = 212+224+118=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E076 is #2B1F89. Grayscale: #D0D0D0. Windows color (decimal): -2826122 or 7790804. OLE color: 7790804.

HSL color Cylindrical-coordinate representation of color #D4E076: hue angle of 66.79º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4E076 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 224 118 -
CMYK 0.05 0 0.47 0.12
HSL 66.79º 0.63% 0.67% -
HSV(B) 66.79º 0.47% 0.88% -
XYZ 57.08 68.62 27.38 -
YUV 208.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 212 224 118 0.05 0 0.47 0.12 66.79 0.63 0.67
Hex D4 E0 76 5 0 2F C 43 3F 43
Octal 324 340 166 5 0 57 14 103 77 103
Binary 11010100 11100000 1110110 101 0 101111 1100 1000011 111111 1000011

Color Harmonies of #D4E076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E076

Black with #D4E076

Text Example


Text Example

White with #D4E076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E076; }

 p { color: rgb(212,224,118); }

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

background-color css

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

 a { background-color: rgb(212,224,118); }

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

border-color css

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

 span { border-color: rgb(212,224,118); }

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