Html Css Color HEX #D8F249 Pear

📋 copy color: '#D8F249'

red 216 ◦ green 242 ◦ blue 73

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

Shades of Pear #D8F249

Tints of Pear #D8F249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.75%

R = 40.68%
G = 45.57%
B = 13.75%

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

#D8F249 (or 0xD8F249) is known color: Pear. HEX triplet: D8, F2 and 49. RGB value is (216,242,73). Sum of RGB (Red+Green+Blue) = 216+242+73=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F249 is #270DB6. Grayscale: #D7D7D7. Windows color (decimal): -2559415 or 4846296. OLE color: 4846296.

HSL color Cylindrical-coordinate representation of color #D8F249: hue angle of 69.23º 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 #D8F249 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 73 -
CMYK 0.11 0 0.70 0.05
HSL 69.23º 0.87% 0.62% -
HSV(B) 69.23º 0.7% 0.95% -
XYZ 61.27 78.58 18.24 -
YUV 214.96 47.89 128.74 -
System Red Green Blue C M Y K H S L
Decimal 216 242 73 0.11 0 0.70 0.05 69.23 0.87 0.62
Hex D8 F2 49 B 0 46 5 45 57 3E
Octal 330 362 111 13 0 106 5 105 127 76
Binary 11011000 11110010 1001001 1011 0 1000110 101 1000101 1010111 111110

Color Harmonies of #D8F249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F249

Black with #D8F249

Text Example


Text Example

White with #D8F249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F249; }

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

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

background-color css

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

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

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

border-color css

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

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

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