Html Css Color HEX #D7E532 Pear

📋 copy color: '#D7E532'

red 215 ◦ green 229 ◦ blue 50

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

Shades of Pear #D7E532

Tints of Pear #D7E532

RGB

 RED value IS 215 (84.38% from 255) = 43.52%

 GREEN value IS 229 (89.84% from 255) = 46.36%

 BLUE value IS 50 (19.92% from 255) = 10.12%

R = 43.52%
G = 46.36%
B = 10.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#D7E532 (or 0xD7E532) is known color: Pear. HEX triplet: D7, E5 and 32. RGB value is (215,229,50). Sum of RGB (Red+Green+Blue) = 215+229+50=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E532 is #281ACD. Grayscale: #CDCDCD. Windows color (decimal): -2628302 or 3335639. OLE color: 3335639.

HSL color Cylindrical-coordinate representation of color #D7E532: hue angle of 64.69º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7E532 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 229 50 -
CMYK 0.06 0 0.78 0.10
HSL 64.69º 0.77% 0.55% -
HSV(B) 64.69º 0.78% 0.9% -
XYZ 56.62 70.72 13.68 -
YUV 204.41 40.86 135.55 -
System Red Green Blue C M Y K H S L
Decimal 215 229 50 0.06 0 0.78 0.10 64.69 0.77 0.55
Hex D7 E5 32 6 0 4E A 41 4D 37
Octal 327 345 62 6 0 116 12 101 115 67
Binary 11010111 11100101 110010 110 0 1001110 1010 1000001 1001101 110111

Color Harmonies of #D7E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E532

Black with #D7E532

Text Example


Text Example

White with #D7E532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E532; }

 p { color: rgb(215,229,50); }

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

background-color css

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

 a { background-color: rgb(215,229,50); }

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

border-color css

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

 span { border-color: rgb(215,229,50); }

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