Html Css Color HEX #D3E122 Pear

📋 copy color: '#D3E122'

red 211 ◦ green 225 ◦ blue 34

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

Shades of Pear #D3E122

Tints of Pear #D3E122

RGB

 RED value IS 211 (82.81% from 255) = 44.89%

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

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

R = 44.89%
G = 47.87%
B = 7.23%

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

#D3E122 (or 0xD3E122) is known color: Pear. HEX triplet: D3, E1 and 22. RGB value is (211,225,34). Sum of RGB (Red+Green+Blue) = 211+225+34=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E122 is #2C1EDD. Grayscale: #C7C7C7. Windows color (decimal): -2891486 or 2286035. OLE color: 2286035.

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

Color convert

RGB 211 225 34 -
CMYK 0.06 0 0.85 0.12
HSL 64.4º 0.76% 0.51% -
HSV(B) 64.4º 0.85% 0.88% -
XYZ 54.08 67.81 11.75 -
YUV 199.04 34.86 136.53 -
System Red Green Blue C M Y K H S L
Decimal 211 225 34 0.06 0 0.85 0.12 64.4 0.76 0.51
Hex D3 E1 22 6 0 55 C 40 4C 33
Octal 323 341 42 6 0 125 14 100 114 63
Binary 11010011 11100001 100010 110 0 1010101 1100 1000000 1001100 110011

Color Harmonies of #D3E122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E122

Black with #D3E122

Text Example


Text Example

White with #D3E122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E122; }

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

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

background-color css

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

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

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

border-color css

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

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

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