Html Css Color HEX #D0E211 Pear

📋 copy color: '#D0E211'

red 208 ◦ green 226 ◦ blue 17

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

Shades of Pear #D0E211

Tints of Pear #D0E211

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.11%

 BLUE value IS 17 (7.03% from 255) = 3.77%

R = 46.12%
G = 50.11%
B = 3.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#D0E211 (or 0xD0E211) is known color: Pear. HEX triplet: D0, E2 and 11. RGB value is (208,226,17). Sum of RGB (Red+Green+Blue) = 208+226+17=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E211 is #2F1DEE. Grayscale: #C5C5C5. Windows color (decimal): -3087855 or 1172176. OLE color: 1172176.

HSL color Cylindrical-coordinate representation of color #D0E211: hue angle of 65.17º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0E211 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 226 17 -
CMYK 0.08 0 0.92 0.11
HSL 65.17º 0.86% 0.48% -
HSV(B) 65.17º 0.92% 0.89% -
XYZ 53.31 67.84 10.82 -
YUV 196.79 26.54 135.99 -
System Red Green Blue C M Y K H S L
Decimal 208 226 17 0.08 0 0.92 0.11 65.17 0.86 0.48
Hex D0 E2 11 8 0 5C B 41 56 30
Octal 320 342 21 10 0 134 13 101 126 60
Binary 11010000 11100010 10001 1000 0 1011100 1011 1000001 1010110 110000

Color Harmonies of #D0E211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E211

Black with #D0E211

Text Example


Text Example

White with #D0E211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E211; }

 p { color: rgb(208,226,17); }

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

background-color css

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

 a { background-color: rgb(208,226,17); }

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

border-color css

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

 span { border-color: rgb(208,226,17); }

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