Html Css Color HEX #D3E078 Mindaro

📋 copy color: '#D3E078'

red 211 ◦ green 224 ◦ blue 120

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

Shades of Mindaro #D3E078

Tints of Mindaro #D3E078

RGB

 RED value IS 211 (82.81% from 255) = 38.02%

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

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

R = 38.02%
G = 40.36%
B = 21.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#D3E078 (or 0xD3E078) is known color: Mindaro. HEX triplet: D3, E0 and 78. RGB value is (211,224,120). Sum of RGB (Red+Green+Blue) = 211+224+120=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E078 is #2C1F87. Grayscale: #D0D0D0. Windows color (decimal): -2891656 or 7921875. OLE color: 7921875.

HSL color Cylindrical-coordinate representation of color #D3E078: hue angle of 67.5º 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 #D3E078 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 224 120 -
CMYK 0.06 0 0.46 0.12
HSL 67.5º 0.63% 0.67% -
HSV(B) 67.5º 0.46% 0.88% -
XYZ 56.91 68.52 27.99 -
YUV 208.26 78.19 129.96 -
System Red Green Blue C M Y K H S L
Decimal 211 224 120 0.06 0 0.46 0.12 67.5 0.63 0.67
Hex D3 E0 78 6 0 2E C 44 3F 43
Octal 323 340 170 6 0 56 14 104 77 103
Binary 11010011 11100000 1111000 110 0 101110 1100 1000100 111111 1000011

Color Harmonies of #D3E078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E078

Black with #D3E078

Text Example


Text Example

White with #D3E078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E078; }

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

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

background-color css

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

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

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

border-color css

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

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

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