Html Css Color HEX #D3E13F Pear

📋 copy color: '#D3E13F'

red 211 ◦ green 225 ◦ blue 63

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

Shades of Pear #D3E13F

Tints of Pear #D3E13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.63%

R = 42.28%
G = 45.09%
B = 12.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D3E13F (or 0xD3E13F) is known color: Pear. HEX triplet: D3, E1 and 3F. RGB value is (211,225,63). Sum of RGB (Red+Green+Blue) = 211+225+63=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E13F is #2C1EC0. Grayscale: #CACACA. Windows color (decimal): -2891457 or 4186579. OLE color: 4186579.

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

Color convert

RGB 211 225 63 -
CMYK 0.06 0 0.72 0.12
HSL 65.19º 0.73% 0.56% -
HSV(B) 65.19º 0.72% 0.88% -
XYZ 54.69 68.06 14.96 -
YUV 202.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 211 225 63 0.06 0 0.72 0.12 65.19 0.73 0.56
Hex D3 E1 3F 6 0 48 C 41 49 38
Octal 323 341 77 6 0 110 14 101 111 70
Binary 11010011 11100001 111111 110 0 1001000 1100 1000001 1001001 111000

Color Harmonies of #D3E13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E13F

Black with #D3E13F

Text Example


Text Example

White with #D3E13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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