Html Css Color HEX #D2E021 Pear

📋 copy color: '#D2E021'

red 210 ◦ green 224 ◦ blue 33

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

Shades of Pear #D2E021

Tints of Pear #D2E021

RGB

 RED value IS 210 (82.42% from 255) = 44.97%

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

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

R = 44.97%
G = 47.97%
B = 7.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#D2E021 (or 0xD2E021) is known color: Pear. HEX triplet: D2, E0 and 21. RGB value is (210,224,33). Sum of RGB (Red+Green+Blue) = 210+224+33=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E021 is #2D1FDE. Grayscale: #C6C6C6. Windows color (decimal): -2957279 or 2220242. OLE color: 2220242.

HSL color Cylindrical-coordinate representation of color #D2E021: hue angle of 64.4º 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 #D2E021 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 224 33 -
CMYK 0.06 0 0.85 0.12
HSL 64.4º 0.75% 0.5% -
HSV(B) 64.4º 0.85% 0.88% -
XYZ 53.51 67.12 11.57 -
YUV 198.04 34.86 136.53 -
System Red Green Blue C M Y K H S L
Decimal 210 224 33 0.06 0 0.85 0.12 64.4 0.75 0.5
Hex D2 E0 21 6 0 55 C 40 4B 32
Octal 322 340 41 6 0 125 14 100 113 62
Binary 11010010 11100000 100001 110 0 1010101 1100 1000000 1001011 110010

Color Harmonies of #D2E021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E021

Black with #D2E021

Text Example


Text Example

White with #D2E021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E021; }

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

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

background-color css

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

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

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

border-color css

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

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

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