Html Css Color HEX #D1EF48 Pear

📋 copy color: '#D1EF48'

red 209 ◦ green 239 ◦ blue 72

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

Shades of Pear #D1EF48

Tints of Pear #D1EF48

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.96%

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

R = 40.19%
G = 45.96%
B = 13.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#D1EF48 (or 0xD1EF48) is known color: Pear. HEX triplet: D1, EF and 48. RGB value is (209,239,72). Sum of RGB (Red+Green+Blue) = 209+239+72=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EF48 is #2E10B7. Grayscale: #D3D3D3. Windows color (decimal): -3018936 or 4779985. OLE color: 4779985.

HSL color Cylindrical-coordinate representation of color #D1EF48: hue angle of 70.78º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1EF48 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 239 72 -
CMYK 0.13 0 0.70 0.06
HSL 70.78º 0.84% 0.61% -
HSV(B) 70.78º 0.7% 0.94% -
XYZ 58.33 75.76 17.68 -
YUV 210.99 49.56 126.58 -
System Red Green Blue C M Y K H S L
Decimal 209 239 72 0.13 0 0.70 0.06 70.78 0.84 0.61
Hex D1 EF 48 D 0 46 6 47 54 3D
Octal 321 357 110 15 0 106 6 107 124 75
Binary 11010001 11101111 1001000 1101 0 1000110 110 1000111 1010100 111101

Color Harmonies of #D1EF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EF48

Black with #D1EF48

Text Example


Text Example

White with #D1EF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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