Html Css Color HEX #D5E122 Pear

📋 copy color: '#D5E122'

red 213 ◦ green 225 ◦ blue 34

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

Shades of Pear #D5E122

Tints of Pear #D5E122

RGB

 RED value IS 213 (83.59% from 255) = 45.13%

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

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

R = 45.13%
G = 47.67%
B = 7.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#D5E122 (or 0xD5E122) is known color: Pear. HEX triplet: D5, E1 and 22. RGB value is (213,225,34). Sum of RGB (Red+Green+Blue) = 213+225+34=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 34 (13.67% from 255 or 7.20% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E122 is #2A1EDD. Grayscale: #C8C8C8. Windows color (decimal): -2760414 or 2286037. OLE color: 2286037.

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

Color convert

RGB 213 225 34 -
CMYK 0.05 0 0.85 0.12
HSL 63.77º 0.76% 0.51% -
HSV(B) 63.77º 0.85% 0.88% -
XYZ 54.65 68.11 11.78 -
YUV 199.64 34.52 137.53 -
System Red Green Blue C M Y K H S L
Decimal 213 225 34 0.05 0 0.85 0.12 63.77 0.76 0.51
Hex D5 E1 22 5 0 55 C 40 4C 33
Octal 325 341 42 5 0 125 14 100 114 63
Binary 11010101 11100001 100010 101 0 1010101 1100 1000000 1001100 110011

Color Harmonies of #D5E122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E122

Black with #D5E122

Text Example


Text Example

White with #D5E122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E122; }

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

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

background-color css

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

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

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

border-color css

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

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

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