#D8FA48

Color #D8FA48 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D8FA48

Tints of Pear #D8FA48

Color information

#D8FA48 (or 0xD8FA48) is unknown color: approx Pear. HEX triplet: D8, FA and 48. RGB value is (216,250,72). Sum of RGB (Red+Green+Blue) = 216+250+72=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FA48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FA48 is #2705B7. Grayscale: #DCDCDC. Windows color (decimal): -2557368 or 4782808. OLE color: 4782808.

HSL color Cylindrical-coordinate representation of color #D8FA48: hue angle of 71.46º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8FA48 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB21625072-
CMYK0.1400.710.02
HSL71.46º94.68%63.14%-
HSV(B)71.46º71.2%98.04%-
XYZ63.6783.4418.88-
YUV219.5444.74125.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 250 (98.05% from 255) = 46.47%
BLUE value IS 72 (28.52% from 255) = 13.38%
R=40.15%
G=46.47%
B=13.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal216250720.1400.710.0271.4694.6863.14
HexD8FA48E0472475f3f
Octal330372110160107210713777
Binary110110001111101010010001110010001111010001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FA48; }

 p { color: rgb(216,250,72); }

 H1.HeaderClassName
 {
   color: #D8FA48;
 }
 .AnyTagClassName
 {
   color: #D8FA48;
 }
</style>
background-color css

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

 a { background-color: rgb(216,250,72); }

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

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

 span { border-color: rgb(216,250,72); }

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