#D7F82C

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

Shades of Pear #D7F82C

Tints of Pear #D7F82C

Color information

#D7F82C (or 0xD7F82C) is unknown color: approx Pear. HEX triplet: D7, F8 and 2C. RGB value is (215,248,44). Sum of RGB (Red+Green+Blue) = 215+248+44=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #D7F82C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F82C is #2807D3. Grayscale: #D7D7D7. Windows color (decimal): -2623444 or 2947287. OLE color: 2947287.

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

Color convert

RGB21524844-
CMYK0.1300.820.03
HSL69.71º93.58%57.25%-
HSV(B)69.71º82.26%97.25%-
XYZ62.0581.7614.89-
YUV214.8831.57128.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 248 (97.27% from 255) = 48.92%
BLUE value IS 44 (17.58% from 255) = 8.68%
R=42.41%
G=48.92%
B=8.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal215248440.1300.820.0369.7193.5857.25
HexD7F82CD0523465e39
Octal32737054150122310613671
Binary11010111111110001011001101010100101110001101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F82C; }

 p { color: rgb(215,248,44); }

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

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

 a { background-color: rgb(215,248,44); }

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

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

 span { border-color: rgb(215,248,44); }

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