Html Css Color HEX #D0E516 Pear

📋 copy color: '#D0E516'

red 208 ◦ green 229 ◦ blue 22

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

Shades of Pear #D0E516

Tints of Pear #D0E516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.79%

R = 45.32%
G = 49.89%
B = 4.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#D0E516 (or 0xD0E516) is known color: Pear. HEX triplet: D0, E5 and 16. RGB value is (208,229,22). Sum of RGB (Red+Green+Blue) = 208+229+22=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E516 is #2F1AE9. Grayscale: #C7C7C7. Windows color (decimal): -3087082 or 1500624. OLE color: 1500624.

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

Color convert

RGB 208 229 22 -
CMYK 0.09 0 0.90 0.10
HSL 66.09º 0.82% 0.49% -
HSV(B) 66.09º 0.9% 0.9% -
XYZ 54.18 69.51 11.32 -
YUV 199.12 28.04 134.33 -
System Red Green Blue C M Y K H S L
Decimal 208 229 22 0.09 0 0.90 0.10 66.09 0.82 0.49
Hex D0 E5 16 9 0 5A A 42 52 31
Octal 320 345 26 11 0 132 12 102 122 61
Binary 11010000 11100101 10110 1001 0 1011010 1010 1000010 1010010 110001

Color Harmonies of #D0E516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E516

Black with #D0E516

Text Example


Text Example

White with #D0E516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E516; }

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

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

background-color css

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

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

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

border-color css

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

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

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