Html Css Color HEX #D0E862 Mindaro

📋 copy color: '#D0E862'

red 208 ◦ green 232 ◦ blue 98

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

Shades of Mindaro #D0E862

Tints of Mindaro #D0E862

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.12%

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

R = 38.66%
G = 43.12%
B = 18.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#D0E862 (or 0xD0E862) is known color: Mindaro. HEX triplet: D0, E8 and 62. RGB value is (208,232,98). Sum of RGB (Red+Green+Blue) = 208+232+98=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E862 is #2F179D. Grayscale: #D2D2D2. Windows color (decimal): -3086238 or 6482128. OLE color: 6482128.

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

Color convert

RGB 208 232 98 -
CMYK 0.10 0 0.58 0.09
HSL 70.75º 0.74% 0.65% -
HSV(B) 70.75º 0.58% 0.91% -
XYZ 57.07 72 22.45 -
YUV 209.55 65.05 126.9 -
System Red Green Blue C M Y K H S L
Decimal 208 232 98 0.10 0 0.58 0.09 70.75 0.74 0.65
Hex D0 E8 62 A 0 3A 9 47 4A 41
Octal 320 350 142 12 0 72 11 107 112 101
Binary 11010000 11101000 1100010 1010 0 111010 1001 1000111 1001010 1000001

Color Harmonies of #D0E862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E862

Black with #D0E862

Text Example


Text Example

White with #D0E862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E862; }

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

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

background-color css

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

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

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

border-color css

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

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

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