Html Css Color HEX #D1E948 Pear

📋 copy color: '#D1E948'

red 209 ◦ green 233 ◦ blue 72

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

Shades of Pear #D1E948

Tints of Pear #D1E948

RGB

 RED value IS 209 (82.03% from 255) = 40.66%

 GREEN value IS 233 (91.41% from 255) = 45.33%

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

R = 40.66%
G = 45.33%
B = 14.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#D1E948 (or 0xD1E948) is known color: Pear. HEX triplet: D1, E9 and 48. RGB value is (209,233,72). Sum of RGB (Red+Green+Blue) = 209+233+72=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E948 is #2E16B7. Grayscale: #D0D0D0. Windows color (decimal): -3020472 or 4778449. OLE color: 4778449.

HSL color Cylindrical-coordinate representation of color #D1E948: hue angle of 68.94º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1E948 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 233 72 -
CMYK 0.10 0 0.69 0.09
HSL 68.94º 0.79% 0.6% -
HSV(B) 68.94º 0.69% 0.91% -
XYZ 56.6 72.3 17.1 -
YUV 207.47 51.55 129.09 -
System Red Green Blue C M Y K H S L
Decimal 209 233 72 0.10 0 0.69 0.09 68.94 0.79 0.6
Hex D1 E9 48 A 0 45 9 45 4F 3C
Octal 321 351 110 12 0 105 11 105 117 74
Binary 11010001 11101001 1001000 1010 0 1000101 1001 1000101 1001111 111100

Color Harmonies of #D1E948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E948

Black with #D1E948

Text Example


Text Example

White with #D1E948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E948; }

 p { color: rgb(209,233,72); }

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

background-color css

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

 a { background-color: rgb(209,233,72); }

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

border-color css

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

 span { border-color: rgb(209,233,72); }

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