Html Css Color HEX #D4E680 Mindaro

📋 copy color: '#D4E680'

red 212 ◦ green 230 ◦ blue 128

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

Shades of Mindaro #D4E680

Tints of Mindaro #D4E680

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.35%

 BLUE value IS 128 (50.39% from 255) = 22.46%

R = 37.19%
G = 40.35%
B = 22.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#D4E680 (or 0xD4E680) is known color: Mindaro. HEX triplet: D4, E6 and 80. RGB value is (212,230,128). Sum of RGB (Red+Green+Blue) = 212+230+128=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E680 is #2B197F. Grayscale: #D5D5D5. Windows color (decimal): -2824576 or 8447700. OLE color: 8447700.

HSL color Cylindrical-coordinate representation of color #D4E680: hue angle of 70.59º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4E680 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 230 128 -
CMYK 0.08 0 0.44 0.10
HSL 70.59º 0.67% 0.7% -
HSV(B) 70.59º 0.44% 0.9% -
XYZ 59.34 72.15 31.22 -
YUV 212.99 80.04 127.29 -
System Red Green Blue C M Y K H S L
Decimal 212 230 128 0.08 0 0.44 0.10 70.59 0.67 0.7
Hex D4 E6 80 8 0 2C A 47 43 46
Octal 324 346 200 10 0 54 12 107 103 106
Binary 11010100 11100110 10000000 1000 0 101100 1010 1000111 1000011 1000110

Color Harmonies of #D4E680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E680

Black with #D4E680

Text Example


Text Example

White with #D4E680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E680; }

 p { color: rgb(212,230,128); }

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

background-color css

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

 a { background-color: rgb(212,230,128); }

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

border-color css

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

 span { border-color: rgb(212,230,128); }

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