Html Css Color HEX #D2E122 Pear

📋 copy color: '#D2E122'

red 210 ◦ green 225 ◦ blue 34

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

Shades of Pear #D2E122

Tints of Pear #D2E122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.25%

R = 44.78%
G = 47.97%
B = 7.25%

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

#D2E122 (or 0xD2E122) is known color: Pear. HEX triplet: D2, E1 and 22. RGB value is (210,225,34). Sum of RGB (Red+Green+Blue) = 210+225+34=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 34 (13.67% from 255 or 7.25% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E122 is #2D1EDD. Grayscale: #C7C7C7. Windows color (decimal): -2957022 or 2286034. OLE color: 2286034.

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

Color convert

RGB 210 225 34 -
CMYK 0.07 0 0.85 0.12
HSL 64.71º 0.76% 0.51% -
HSV(B) 64.71º 0.85% 0.88% -
XYZ 53.79 67.67 11.74 -
YUV 198.74 35.03 136.03 -
System Red Green Blue C M Y K H S L
Decimal 210 225 34 0.07 0 0.85 0.12 64.71 0.76 0.51
Hex D2 E1 22 7 0 55 C 41 4C 33
Octal 322 341 42 7 0 125 14 101 114 63
Binary 11010010 11100001 100010 111 0 1010101 1100 1000001 1001100 110011

Color Harmonies of #D2E122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E122

Black with #D2E122

Text Example


Text Example

White with #D2E122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E122; }

 p { color: rgb(210,225,34); }

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

background-color css

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

 a { background-color: rgb(210,225,34); }

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

border-color css

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

 span { border-color: rgb(210,225,34); }

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