Html Css Color HEX #D4E078 Mindaro

📋 copy color: '#D4E078'

red 212 ◦ green 224 ◦ blue 120

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

Shades of Mindaro #D4E078

Tints of Mindaro #D4E078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.58%

R = 38.13%
G = 40.29%
B = 21.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#D4E078 (or 0xD4E078) is known color: Mindaro. HEX triplet: D4, E0 and 78. RGB value is (212,224,120). Sum of RGB (Red+Green+Blue) = 212+224+120=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E078 is #2B1F87. Grayscale: #D0D0D0. Windows color (decimal): -2826120 or 7921876. OLE color: 7921876.

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

Color convert

RGB 212 224 120 -
CMYK 0.05 0 0.46 0.12
HSL 66.92º 0.63% 0.67% -
HSV(B) 66.92º 0.46% 0.88% -
XYZ 57.2 68.66 28.01 -
YUV 208.56 78.02 130.46 -
System Red Green Blue C M Y K H S L
Decimal 212 224 120 0.05 0 0.46 0.12 66.92 0.63 0.67
Hex D4 E0 78 5 0 2E C 43 3F 43
Octal 324 340 170 5 0 56 14 103 77 103
Binary 11010100 11100000 1111000 101 0 101110 1100 1000011 111111 1000011

Color Harmonies of #D4E078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E078

Black with #D4E078

Text Example


Text Example

White with #D4E078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E078; }

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

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

background-color css

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

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

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

border-color css

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

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

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