Html Css Color HEX #D8F848 Pear

📋 copy color: '#D8F848'

red 216 ◦ green 248 ◦ blue 72

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

Shades of Pear #D8F848

Tints of Pear #D8F848

RGB

 RED value IS 216 (84.77% from 255) = 40.3%

 GREEN value IS 248 (97.27% from 255) = 46.27%

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

R = 40.3%
G = 46.27%
B = 13.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#D8F848 (or 0xD8F848) is known color: Pear. HEX triplet: D8, F8 and 48. RGB value is (216,248,72). Sum of RGB (Red+Green+Blue) = 216+248+72=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 72 (28.52% from 255 or 13.43% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F848 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F848 is #2707B7. Grayscale: #DBDBDB. Windows color (decimal): -2557880 or 4782296. OLE color: 4782296.

HSL color Cylindrical-coordinate representation of color #D8F848: hue angle of 70.91º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8F848 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 248 72 -
CMYK 0.13 0 0.71 0.03
HSL 70.91º 0.93% 0.63% -
HSV(B) 70.91º 0.71% 0.97% -
XYZ 63.06 82.2 18.67 -
YUV 218.37 45.4 126.31 -
System Red Green Blue C M Y K H S L
Decimal 216 248 72 0.13 0 0.71 0.03 70.91 0.93 0.63
Hex D8 F8 48 D 0 47 3 47 5D 3F
Octal 330 370 110 15 0 107 3 107 135 77
Binary 11011000 11111000 1001000 1101 0 1000111 11 1000111 1011101 111111

Color Harmonies of #D8F848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F848

Black with #D8F848

Text Example


Text Example

White with #D8F848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F848; }

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

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

background-color css

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

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

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

border-color css

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

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

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