Html Css Color HEX #D5E121 Pear

📋 copy color: '#D5E121'

red 213 ◦ green 225 ◦ blue 33

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

Shades of Pear #D5E121

Tints of Pear #D5E121

RGB

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

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

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

R = 45.22%
G = 47.77%
B = 7.01%

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

#D5E121 (or 0xD5E121) is known color: Pear. HEX triplet: D5, E1 and 21. RGB value is (213,225,33). Sum of RGB (Red+Green+Blue) = 213+225+33=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 33 (13.28% from 255 or 7.01% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E121 is #2A1EDE. Grayscale: #C8C8C8. Windows color (decimal): -2760415 or 2220501. OLE color: 2220501.

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

Color convert

RGB 213 225 33 -
CMYK 0.05 0 0.85 0.12
HSL 63.75º 0.76% 0.51% -
HSV(B) 63.75º 0.85% 0.88% -
XYZ 54.64 68.11 11.7 -
YUV 199.52 34.02 137.61 -
System Red Green Blue C M Y K H S L
Decimal 213 225 33 0.05 0 0.85 0.12 63.75 0.76 0.51
Hex D5 E1 21 5 0 55 C 40 4C 33
Octal 325 341 41 5 0 125 14 100 114 63
Binary 11010101 11100001 100001 101 0 1010101 1100 1000000 1001100 110011

Color Harmonies of #D5E121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E121

Black with #D5E121

Text Example


Text Example

White with #D5E121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E121; }

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

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

background-color css

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

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

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

border-color css

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

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

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