Html Css Color HEX #D4EB62 Mindaro

📋 copy color: '#D4EB62'

red 212 ◦ green 235 ◦ blue 98

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

Shades of Mindaro #D4EB62

Tints of Mindaro #D4EB62

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.12%

 BLUE value IS 98 (38.67% from 255) = 17.98%

R = 38.9%
G = 43.12%
B = 17.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#D4EB62 (or 0xD4EB62) is known color: Mindaro. HEX triplet: D4, EB and 62. RGB value is (212,235,98). Sum of RGB (Red+Green+Blue) = 212+235+98=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EB62 is #2B149D. Grayscale: #D5D5D5. Windows color (decimal): -2823326 or 6482900. OLE color: 6482900.

HSL color Cylindrical-coordinate representation of color #D4EB62: hue angle of 70.07º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4EB62 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 98 -
CMYK 0.10 0 0.58 0.08
HSL 70.07º 0.77% 0.65% -
HSV(B) 70.07º 0.58% 0.92% -
XYZ 59.06 74.3 22.78 -
YUV 212.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 212 235 98 0.10 0 0.58 0.08 70.07 0.77 0.65
Hex D4 EB 62 A 0 3A 8 46 4D 41
Octal 324 353 142 12 0 72 10 106 115 101
Binary 11010100 11101011 1100010 1010 0 111010 1000 1000110 1001101 1000001

Color Harmonies of #D4EB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB62

Black with #D4EB62

Text Example


Text Example

White with #D4EB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB62; }

 p { color: rgb(212,235,98); }

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

background-color css

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

 a { background-color: rgb(212,235,98); }

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

border-color css

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

 span { border-color: rgb(212,235,98); }

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