Html Css Color HEX #D5E32B Pear

📋 copy color: '#D5E32B'

red 213 ◦ green 227 ◦ blue 43

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

Shades of Pear #D5E32B

Tints of Pear #D5E32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.9%

R = 44.1%
G = 47%
B = 8.9%

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

#D5E32B (or 0xD5E32B) is known color: Pear. HEX triplet: D5, E3 and 2B. RGB value is (213,227,43). Sum of RGB (Red+Green+Blue) = 213+227+43=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E32B is #2A1CD4. Grayscale: #CACACA. Windows color (decimal): -2759893 or 2876373. OLE color: 2876373.

HSL color Cylindrical-coordinate representation of color #D5E32B: hue angle of 64.57º 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 #D5E32B is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 227 43 -
CMYK 0.06 0 0.81 0.11
HSL 64.57º 0.77% 0.53% -
HSV(B) 64.57º 0.81% 0.89% -
XYZ 55.35 69.26 12.74 -
YUV 201.84 38.36 135.96 -
System Red Green Blue C M Y K H S L
Decimal 213 227 43 0.06 0 0.81 0.11 64.57 0.77 0.53
Hex D5 E3 2B 6 0 51 B 41 4D 35
Octal 325 343 53 6 0 121 13 101 115 65
Binary 11010101 11100011 101011 110 0 1010001 1011 1000001 1001101 110101

Color Harmonies of #D5E32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E32B

Black with #D5E32B

Text Example


Text Example

White with #D5E32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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