Html Css Color HEX #D8F248 Pear

📋 copy color: '#D8F248'

red 216 ◦ green 242 ◦ blue 72

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

Shades of Pear #D8F248

Tints of Pear #D8F248

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.66%

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

R = 40.75%
G = 45.66%
B = 13.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#D8F248 (or 0xD8F248) is known color: Pear. HEX triplet: D8, F2 and 48. RGB value is (216,242,72). Sum of RGB (Red+Green+Blue) = 216+242+72=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F248 is #270DB7. Grayscale: #D7D7D7. Windows color (decimal): -2559416 or 4780760. OLE color: 4780760.

HSL color Cylindrical-coordinate representation of color #D8F248: hue angle of 69.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8F248 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 72 -
CMYK 0.11 0 0.70 0.05
HSL 69.18º 0.87% 0.62% -
HSV(B) 69.18º 0.7% 0.95% -
XYZ 61.24 78.57 18.07 -
YUV 214.85 47.39 128.82 -
System Red Green Blue C M Y K H S L
Decimal 216 242 72 0.11 0 0.70 0.05 69.18 0.87 0.62
Hex D8 F2 48 B 0 46 5 45 57 3E
Octal 330 362 110 13 0 106 5 105 127 76
Binary 11011000 11110010 1001000 1011 0 1000110 101 1000101 1010111 111110

Color Harmonies of #D8F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F248

Black with #D8F248

Text Example


Text Example

White with #D8F248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F248; }

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

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

background-color css

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

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

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

border-color css

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

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

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