Html Css Color HEX #D8F82E Pear

📋 copy color: '#D8F82E'

red 216 ◦ green 248 ◦ blue 46

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

Shades of Pear #D8F82E

Tints of Pear #D8F82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.02%

R = 42.35%
G = 48.63%
B = 9.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#D8F82E (or 0xD8F82E) is known color: Pear. HEX triplet: D8, F8 and 2E. RGB value is (216,248,46). Sum of RGB (Red+Green+Blue) = 216+248+46=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 46 (18.36% from 255 or 9.02% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F82E is #2707D1. Grayscale: #D8D8D8. Windows color (decimal): -2557906 or 3078360. OLE color: 3078360.

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

Color convert

RGB 216 248 46 -
CMYK 0.13 0 0.81 0.03
HSL 69.5º 0.94% 0.58% -
HSV(B) 69.5º 0.81% 0.97% -
XYZ 62.38 81.93 15.11 -
YUV 215.4 32.4 128.43 -
System Red Green Blue C M Y K H S L
Decimal 216 248 46 0.13 0 0.81 0.03 69.5 0.94 0.58
Hex D8 F8 2E D 0 51 3 46 5E 3A
Octal 330 370 56 15 0 121 3 106 136 72
Binary 11011000 11111000 101110 1101 0 1010001 11 1000110 1011110 111010

Color Harmonies of #D8F82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F82E

Black with #D8F82E

Text Example


Text Example

White with #D8F82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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