Html Css Color HEX #D5E32A Pear

📋 copy color: '#D5E32A'

red 213 ◦ green 227 ◦ blue 42

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

Shades of Pear #D5E32A

Tints of Pear #D5E32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.71%

R = 44.19%
G = 47.1%
B = 8.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#D5E32A (or 0xD5E32A) is known color: Pear. HEX triplet: D5, E3 and 2A. RGB value is (213,227,42). Sum of RGB (Red+Green+Blue) = 213+227+42=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E32A is #2A1CD5. Grayscale: #CACACA. Windows color (decimal): -2759894 or 2810837. OLE color: 2810837.

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

Color convert

RGB 213 227 42 -
CMYK 0.06 0 0.81 0.11
HSL 64.54º 0.77% 0.53% -
HSV(B) 64.54º 0.81% 0.89% -
XYZ 55.33 69.25 12.64 -
YUV 201.72 37.86 136.04 -
System Red Green Blue C M Y K H S L
Decimal 213 227 42 0.06 0 0.81 0.11 64.54 0.77 0.53
Hex D5 E3 2A 6 0 51 B 41 4D 35
Octal 325 343 52 6 0 121 13 101 115 65
Binary 11010101 11100011 101010 110 0 1010001 1011 1000001 1001101 110101

Color Harmonies of #D5E32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E32A

Black with #D5E32A

Text Example


Text Example

White with #D5E32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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