Html Css Color HEX #D0E016 Pear

📋 copy color: '#D0E016'

red 208 ◦ green 224 ◦ blue 22

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

Shades of Pear #D0E016

Tints of Pear #D0E016

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.34%

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

R = 45.81%
G = 49.34%
B = 4.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#D0E016 (or 0xD0E016) is known color: Pear. HEX triplet: D0, E0 and 16. RGB value is (208,224,22). Sum of RGB (Red+Green+Blue) = 208+224+22=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E016 is #2F1FE9. Grayscale: #C4C4C4. Windows color (decimal): -3088362 or 1499344. OLE color: 1499344.

HSL color Cylindrical-coordinate representation of color #D0E016: hue angle of 64.75º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0E016 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 22 -
CMYK 0.07 0 0.90 0.12
HSL 64.75º 0.82% 0.48% -
HSV(B) 64.75º 0.9% 0.88% -
XYZ 52.81 66.78 10.87 -
YUV 196.19 29.7 136.43 -
System Red Green Blue C M Y K H S L
Decimal 208 224 22 0.07 0 0.90 0.12 64.75 0.82 0.48
Hex D0 E0 16 7 0 5A C 41 52 30
Octal 320 340 26 7 0 132 14 101 122 60
Binary 11010000 11100000 10110 111 0 1011010 1100 1000001 1010010 110000

Color Harmonies of #D0E016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E016

Black with #D0E016

Text Example


Text Example

White with #D0E016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E016; }

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

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

background-color css

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

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

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

border-color css

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

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

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