Html Css Color HEX #D5E320 Pear

📋 copy color: '#D5E320'

red 213 ◦ green 227 ◦ blue 32

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

Shades of Pear #D5E320

Tints of Pear #D5E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.09%

 BLUE value IS 32 (12.89% from 255) = 6.78%

R = 45.13%
G = 48.09%
B = 6.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#D5E320 (or 0xD5E320) is known color: Pear. HEX triplet: D5, E3 and 20. RGB value is (213,227,32). Sum of RGB (Red+Green+Blue) = 213+227+32=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E320 is #2A1CDF. Grayscale: #C9C9C9. Windows color (decimal): -2759904 or 2155477. OLE color: 2155477.

HSL color Cylindrical-coordinate representation of color #D5E320: hue angle of 64.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5E320 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 227 32 -
CMYK 0.06 0 0.86 0.11
HSL 64.31º 0.78% 0.51% -
HSV(B) 64.31º 0.86% 0.89% -
XYZ 55.17 69.19 11.81 -
YUV 200.58 32.86 136.86 -
System Red Green Blue C M Y K H S L
Decimal 213 227 32 0.06 0 0.86 0.11 64.31 0.78 0.51
Hex D5 E3 20 6 0 56 B 40 4E 33
Octal 325 343 40 6 0 126 13 100 116 63
Binary 11010101 11100011 100000 110 0 1010110 1011 1000000 1001110 110011

Color Harmonies of #D5E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E320

Black with #D5E320

Text Example


Text Example

White with #D5E320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E320; }

 p { color: rgb(213,227,32); }

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

background-color css

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

 a { background-color: rgb(213,227,32); }

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

border-color css

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

 span { border-color: rgb(213,227,32); }

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