Html Css Color HEX #D0E021 Pear

📋 copy color: '#D0E021'

red 208 ◦ green 224 ◦ blue 33

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

Shades of Pear #D0E021

Tints of Pear #D0E021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.1%

R = 44.73%
G = 48.17%
B = 7.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#D0E021 (or 0xD0E021) is known color: Pear. HEX triplet: D0, E0 and 21. RGB value is (208,224,33). Sum of RGB (Red+Green+Blue) = 208+224+33=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E021 is #2F1FDE. Grayscale: #C6C6C6. Windows color (decimal): -3088351 or 2220240. OLE color: 2220240.

HSL color Cylindrical-coordinate representation of color #D0E021: hue angle of 65.03º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0E021 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 33 -
CMYK 0.07 0 0.85 0.12
HSL 65.03º 0.75% 0.5% -
HSV(B) 65.03º 0.85% 0.88% -
XYZ 52.94 66.83 11.55 -
YUV 197.44 35.2 135.53 -
System Red Green Blue C M Y K H S L
Decimal 208 224 33 0.07 0 0.85 0.12 65.03 0.75 0.5
Hex D0 E0 21 7 0 55 C 41 4B 32
Octal 320 340 41 7 0 125 14 101 113 62
Binary 11010000 11100000 100001 111 0 1010101 1100 1000001 1001011 110010

Color Harmonies of #D0E021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E021

Black with #D0E021

Text Example


Text Example

White with #D0E021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E021; }

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

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

background-color css

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

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

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

border-color css

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

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

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