Html Css Color HEX #D0E562 Mindaro

📋 copy color: '#D0E562'

red 208 ◦ green 229 ◦ blue 98

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

Shades of Mindaro #D0E562

Tints of Mindaro #D0E562

RGB

 RED value IS 208 (81.64% from 255) = 38.88%

 GREEN value IS 229 (89.84% from 255) = 42.8%

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

R = 38.88%
G = 42.8%
B = 18.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#D0E562 (or 0xD0E562) is known color: Mindaro. HEX triplet: D0, E5 and 62. RGB value is (208,229,98). Sum of RGB (Red+Green+Blue) = 208+229+98=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E562 is #2F1A9D. Grayscale: #D0D0D0. Windows color (decimal): -3087006 or 6481360. OLE color: 6481360.

HSL color Cylindrical-coordinate representation of color #D0E562: hue angle of 69.62º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0E562 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 229 98 -
CMYK 0.09 0 0.57 0.10
HSL 69.62º 0.72% 0.64% -
HSV(B) 69.62º 0.57% 0.9% -
XYZ 56.24 70.33 22.17 -
YUV 207.79 66.04 128.15 -
System Red Green Blue C M Y K H S L
Decimal 208 229 98 0.09 0 0.57 0.10 69.62 0.72 0.64
Hex D0 E5 62 9 0 39 A 46 48 40
Octal 320 345 142 11 0 71 12 106 110 100
Binary 11010000 11100101 1100010 1001 0 111001 1010 1000110 1001000 1000000

Color Harmonies of #D0E562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E562

Black with #D0E562

Text Example


Text Example

White with #D0E562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E562; }

 p { color: rgb(208,229,98); }

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

background-color css

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

 a { background-color: rgb(208,229,98); }

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

border-color css

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

 span { border-color: rgb(208,229,98); }

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