Html Css Color HEX #D0E86B Mindaro

📋 copy color: '#D0E86B'

red 208 ◦ green 232 ◦ blue 107

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

Shades of Mindaro #D0E86B

Tints of Mindaro #D0E86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.56%

R = 38.03%
G = 42.41%
B = 19.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#D0E86B (or 0xD0E86B) is known color: Mindaro. HEX triplet: D0, E8 and 6B. RGB value is (208,232,107). Sum of RGB (Red+Green+Blue) = 208+232+107=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E86B is #2F1794. Grayscale: #D3D3D3. Windows color (decimal): -3086229 or 7071952. OLE color: 7071952.

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

Color convert

RGB 208 232 107 -
CMYK 0.10 0 0.54 0.09
HSL 71.52º 0.73% 0.66% -
HSV(B) 71.52º 0.54% 0.91% -
XYZ 57.52 72.18 24.81 -
YUV 210.57 69.55 126.16 -
System Red Green Blue C M Y K H S L
Decimal 208 232 107 0.10 0 0.54 0.09 71.52 0.73 0.66
Hex D0 E8 6B A 0 36 9 48 49 42
Octal 320 350 153 12 0 66 11 110 111 102
Binary 11010000 11101000 1101011 1010 0 110110 1001 1001000 1001001 1000010

Color Harmonies of #D0E86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E86B

Black with #D0E86B

Text Example


Text Example

White with #D0E86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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