Html Css Color HEX #D9F048 Pear

📋 copy color: '#D9F048'

red 217 ◦ green 240 ◦ blue 72

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

Shades of Pear #D9F048

Tints of Pear #D9F048

RGB

 RED value IS 217 (85.16% from 255) = 41.02%

 GREEN value IS 240 (94.14% from 255) = 45.37%

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

R = 41.02%
G = 45.37%
B = 13.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#D9F048 (or 0xD9F048) is known color: Pear. HEX triplet: D9, F0 and 48. RGB value is (217,240,72). Sum of RGB (Red+Green+Blue) = 217+240+72=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F048 is #260FB7. Grayscale: #D6D6D6. Windows color (decimal): -2494392 or 4780249. OLE color: 4780249.

HSL color Cylindrical-coordinate representation of color #D9F048: hue angle of 68.21º degrees, saturation: 0.85, 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 #D9F048 is Cyan = 0.10, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 240 72 -
CMYK 0.10 0 0.7 0.06
HSL 68.21º 0.85% 0.61% -
HSV(B) 68.21º 0.7% 0.94% -
XYZ 60.95 77.54 17.89 -
YUV 213.97 47.88 130.16 -
System Red Green Blue C M Y K H S L
Decimal 217 240 72 0.10 0 0.7 0.06 68.21 0.85 0.61
Hex D9 F0 48 A 0 46 6 44 55 3D
Octal 331 360 110 12 0 106 6 104 125 75
Binary 11011001 11110000 1001000 1010 0 1000110 110 1000100 1010101 111101

Color Harmonies of #D9F048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F048

Black with #D9F048

Text Example


Text Example

White with #D9F048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F048; }

 p { color: rgb(217,240,72); }

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

background-color css

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

 a { background-color: rgb(217,240,72); }

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

border-color css

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

 span { border-color: rgb(217,240,72); }

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