Html Css Color HEX #D3E13A Pear

📋 copy color: '#D3E13A'

red 211 ◦ green 225 ◦ blue 58

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

Shades of Pear #D3E13A

Tints of Pear #D3E13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

 BLUE value IS 58 (23.05% from 255) = 11.74%

R = 42.71%
G = 45.55%
B = 11.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#D3E13A (or 0xD3E13A) is known color: Pear. HEX triplet: D3, E1 and 3A. RGB value is (211,225,58). Sum of RGB (Red+Green+Blue) = 211+225+58=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E13A is #2C1EC5. Grayscale: #CACACA. Windows color (decimal): -2891462 or 3858899. OLE color: 3858899.

HSL color Cylindrical-coordinate representation of color #D3E13A: hue angle of 65.03º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3E13A is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 225 58 -
CMYK 0.06 0 0.74 0.12
HSL 65.03º 0.74% 0.55% -
HSV(B) 65.03º 0.74% 0.88% -
XYZ 54.55 68 14.25 -
YUV 201.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 211 225 58 0.06 0 0.74 0.12 65.03 0.74 0.55
Hex D3 E1 3A 6 0 4A C 41 4A 37
Octal 323 341 72 6 0 112 14 101 112 67
Binary 11010011 11100001 111010 110 0 1001010 1100 1000001 1001010 110111

Color Harmonies of #D3E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E13A

Black with #D3E13A

Text Example


Text Example

White with #D3E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E13A; }

 p { color: rgb(211,225,58); }

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

background-color css

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

 a { background-color: rgb(211,225,58); }

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

border-color css

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

 span { border-color: rgb(211,225,58); }

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