Html Css Color HEX #D5E021 Pear

📋 copy color: '#D5E021'

red 213 ◦ green 224 ◦ blue 33

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

Shades of Pear #D5E021

Tints of Pear #D5E021

RGB

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

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

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

R = 45.32%
G = 47.66%
B = 7.02%

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

#D5E021 (or 0xD5E021) is known color: Pear. HEX triplet: D5, E0 and 21. RGB value is (213,224,33). Sum of RGB (Red+Green+Blue) = 213+224+33=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E021 is #2A1FDE. Grayscale: #C7C7C7. Windows color (decimal): -2760671 or 2220245. OLE color: 2220245.

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

Color convert

RGB 213 224 33 -
CMYK 0.05 0 0.85 0.12
HSL 63.46º 0.75% 0.5% -
HSV(B) 63.46º 0.85% 0.88% -
XYZ 54.37 67.57 11.61 -
YUV 198.94 34.36 138.03 -
System Red Green Blue C M Y K H S L
Decimal 213 224 33 0.05 0 0.85 0.12 63.46 0.75 0.5
Hex D5 E0 21 5 0 55 C 3F 4B 32
Octal 325 340 41 5 0 125 14 77 113 62
Binary 11010101 11100000 100001 101 0 1010101 1100 111111 1001011 110010

Color Harmonies of #D5E021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E021

Black with #D5E021

Text Example


Text Example

White with #D5E021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E021; }

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

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

background-color css

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

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

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

border-color css

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

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

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