Html Css Color HEX #D9FF48 Pear

📋 copy color: '#D9FF48'

red 217 ◦ green 255 ◦ blue 72

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

Shades of Pear #D9FF48

Tints of Pear #D9FF48

RGB

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

 GREEN value IS 255 (100% from 255) = 46.88%

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

R = 39.89%
G = 46.88%
B = 13.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#D9FF48 (or 0xD9FF48) is known color: Pear. HEX triplet: D9, FF and 48. RGB value is (217,255,72). Sum of RGB (Red+Green+Blue) = 217+255+72=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 72 (28.52% from 255 or 13.24% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FF48 is #2600B7. Grayscale: #DFDFDF. Windows color (decimal): -2490552 or 4784089. OLE color: 4784089.

HSL color Cylindrical-coordinate representation of color #D9FF48: hue angle of 72.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9FF48 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 217 255 72 -
CMYK 0.15 0 0.72 0
HSL 72.46º 1% 0.64% -
HSV(B) 72.46º 0.72% 1% -
XYZ 65.54 86.74 19.42 -
YUV 222.78 42.91 123.88 -
System Red Green Blue C M Y K H S L
Decimal 217 255 72 0.15 0 0.72 0 72.46 1 0.64
Hex D9 FF 48 F 0 48 0 48 64 40
Octal 331 377 110 17 0 110 0 110 144 100
Binary 11011001 11111111 1001000 1111 0 1001000 0 1001000 1100100 1000000

Color Harmonies of #D9FF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FF48

Black with #D9FF48

Text Example


Text Example

White with #D9FF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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