Html Css Color HEX #D1ED62 Mindaro

📋 copy color: '#D1ED62'

red 209 ◦ green 237 ◦ blue 98

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

Shades of Mindaro #D1ED62

Tints of Mindaro #D1ED62

RGB

 RED value IS 209 (82.03% from 255) = 38.42%

 GREEN value IS 237 (92.97% from 255) = 43.57%

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

R = 38.42%
G = 43.57%
B = 18.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#D1ED62 (or 0xD1ED62) is known color: Mindaro. HEX triplet: D1, ED and 62. RGB value is (209,237,98). Sum of RGB (Red+Green+Blue) = 209+237+98=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1ED62 is #2E129D. Grayscale: #D5D5D5. Windows color (decimal): -3019422 or 6483409. OLE color: 6483409.

HSL color Cylindrical-coordinate representation of color #D1ED62: hue angle of 72.09º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1ED62 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 98 -
CMYK 0.12 0 0.59 0.07
HSL 72.09º 0.79% 0.66% -
HSV(B) 72.09º 0.59% 0.93% -
XYZ 58.78 75.01 22.93 -
YUV 212.78 63.22 125.3 -
System Red Green Blue C M Y K H S L
Decimal 209 237 98 0.12 0 0.59 0.07 72.09 0.79 0.66
Hex D1 ED 62 C 0 3B 7 48 4F 42
Octal 321 355 142 14 0 73 7 110 117 102
Binary 11010001 11101101 1100010 1100 0 111011 111 1001000 1001111 1000010

Color Harmonies of #D1ED62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ED62

Black with #D1ED62

Text Example


Text Example

White with #D1ED62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ED62; }

 p { color: rgb(209,237,98); }

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

background-color css

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

 a { background-color: rgb(209,237,98); }

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

border-color css

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

 span { border-color: rgb(209,237,98); }

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