Html Css Color HEX #D3E52D Pear

📋 copy color: '#D3E52D'

red 211 ◦ green 229 ◦ blue 45

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

Shades of Pear #D3E52D

Tints of Pear #D3E52D

RGB

 RED value IS 211 (82.81% from 255) = 43.51%

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

 BLUE value IS 45 (17.97% from 255) = 9.28%

R = 43.51%
G = 47.22%
B = 9.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#D3E52D (or 0xD3E52D) is known color: Pear. HEX triplet: D3, E5 and 2D. RGB value is (211,229,45). Sum of RGB (Red+Green+Blue) = 211+229+45=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E52D is #2C1AD2. Grayscale: #CBCBCB. Windows color (decimal): -2890451 or 3007955. OLE color: 3007955.

HSL color Cylindrical-coordinate representation of color #D3E52D: hue angle of 65.87º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3E52D is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 229 45 -
CMYK 0.08 0 0.80 0.10
HSL 65.87º 0.78% 0.54% -
HSV(B) 65.87º 0.8% 0.9% -
XYZ 55.36 70.08 13.09 -
YUV 202.64 39.04 133.96 -
System Red Green Blue C M Y K H S L
Decimal 211 229 45 0.08 0 0.80 0.10 65.87 0.78 0.54
Hex D3 E5 2D 8 0 50 A 42 4E 36
Octal 323 345 55 10 0 120 12 102 116 66
Binary 11010011 11100101 101101 1000 0 1010000 1010 1000010 1001110 110110

Color Harmonies of #D3E52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E52D

Black with #D3E52D

Text Example


Text Example

White with #D3E52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E52D; }

 p { color: rgb(211,229,45); }

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

background-color css

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

 a { background-color: rgb(211,229,45); }

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

border-color css

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

 span { border-color: rgb(211,229,45); }

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