Html Css Color HEX #D3E248 Pear

📋 copy color: '#D3E248'

red 211 ◦ green 226 ◦ blue 72

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

Shades of Pear #D3E248

Tints of Pear #D3E248

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.4%

 BLUE value IS 72 (28.52% from 255) = 14.15%

R = 41.45%
G = 44.4%
B = 14.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#D3E248 (or 0xD3E248) is known color: Pear. HEX triplet: D3, E2 and 48. RGB value is (211,226,72). Sum of RGB (Red+Green+Blue) = 211+226+72=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E248 is #2C1DB7. Grayscale: #CCCCCC. Windows color (decimal): -2891192 or 4776659. OLE color: 4776659.

HSL color Cylindrical-coordinate representation of color #D3E248: hue angle of 65.84º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3E248 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 226 72 -
CMYK 0.07 0 0.68 0.11
HSL 65.84º 0.73% 0.58% -
HSV(B) 65.84º 0.68% 0.89% -
XYZ 55.23 68.71 16.48 -
YUV 203.96 53.53 133.02 -
System Red Green Blue C M Y K H S L
Decimal 211 226 72 0.07 0 0.68 0.11 65.84 0.73 0.58
Hex D3 E2 48 7 0 44 B 42 49 3A
Octal 323 342 110 7 0 104 13 102 111 72
Binary 11010011 11100010 1001000 111 0 1000100 1011 1000010 1001001 111010

Color Harmonies of #D3E248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E248

Black with #D3E248

Text Example


Text Example

White with #D3E248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E248; }

 p { color: rgb(211,226,72); }

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

background-color css

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

 a { background-color: rgb(211,226,72); }

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

border-color css

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

 span { border-color: rgb(211,226,72); }

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