Html Css Color HEX #D0E121 Pear

📋 copy color: '#D0E121'

red 208 ◦ green 225 ◦ blue 33

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

Shades of Pear #D0E121

Tints of Pear #D0E121

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

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

R = 44.64%
G = 48.28%
B = 7.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#D0E121 (or 0xD0E121) is known color: Pear. HEX triplet: D0, E1 and 21. RGB value is (208,225,33). Sum of RGB (Red+Green+Blue) = 208+225+33=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E121 is #2F1EDE. Grayscale: #C6C6C6. Windows color (decimal): -3088095 or 2220496. OLE color: 2220496.

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

Color convert

RGB 208 225 33 -
CMYK 0.08 0 0.85 0.12
HSL 65.31º 0.76% 0.51% -
HSV(B) 65.31º 0.85% 0.88% -
XYZ 53.21 67.37 11.64 -
YUV 198.03 34.87 135.11 -
System Red Green Blue C M Y K H S L
Decimal 208 225 33 0.08 0 0.85 0.12 65.31 0.76 0.51
Hex D0 E1 21 8 0 55 C 41 4C 33
Octal 320 341 41 10 0 125 14 101 114 63
Binary 11010000 11100001 100001 1000 0 1010101 1100 1000001 1001100 110011

Color Harmonies of #D0E121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E121

Black with #D0E121

Text Example


Text Example

White with #D0E121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E121; }

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

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

background-color css

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

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

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

border-color css

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

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

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