Html Css Color HEX #D5EC62 Mindaro

📋 copy color: '#D5EC62'

red 213 ◦ green 236 ◦ blue 98

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

Shades of Mindaro #D5EC62

Tints of Mindaro #D5EC62

RGB

 RED value IS 213 (83.59% from 255) = 38.94%

 GREEN value IS 236 (92.58% from 255) = 43.14%

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

R = 38.94%
G = 43.14%
B = 17.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#D5EC62 (or 0xD5EC62) is known color: Mindaro. HEX triplet: D5, EC and 62. RGB value is (213,236,98). Sum of RGB (Red+Green+Blue) = 213+236+98=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EC62 is #2A139D. Grayscale: #D5D5D5. Windows color (decimal): -2757534 or 6483157. OLE color: 6483157.

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

Color convert

RGB 213 236 98 -
CMYK 0.10 0 0.58 0.07
HSL 70º 0.78% 0.65% -
HSV(B) 70º 0.58% 0.93% -
XYZ 59.64 75.02 22.89 -
YUV 213.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 213 236 98 0.10 0 0.58 0.07 70 0.78 0.65
Hex D5 EC 62 A 0 3A 7 46 4E 41
Octal 325 354 142 12 0 72 7 106 116 101
Binary 11010101 11101100 1100010 1010 0 111010 111 1000110 1001110 1000001

Color Harmonies of #D5EC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EC62

Black with #D5EC62

Text Example


Text Example

White with #D5EC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EC62; }

 p { color: rgb(213,236,98); }

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

background-color css

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

 a { background-color: rgb(213,236,98); }

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

border-color css

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

 span { border-color: rgb(213,236,98); }

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