#D7F11D

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

Shades of Pear #D7F11D

Tints of Pear #D7F11D

Color information

#D7F11D (or 0xD7F11D) is unknown color: approx Pear. HEX triplet: D7, F1 and 1D. RGB value is (215,241,29). Sum of RGB (Red+Green+Blue) = 215+241+29=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F11D is #280EE2. Grayscale: #D1D1D1. Windows color (decimal): -2625251 or 1962455. OLE color: 1962455.

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

Color convert

RGB21524129-
CMYK0.1100.880.05
HSL67.36º88.33%52.94%-
HSV(B)67.36º87.97%94.51%-
XYZ59.777.4512.96-
YUV209.0626.39132.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.33%
GREEN value IS 241 (94.53% from 255) = 49.69%
BLUE value IS 29 (11.72% from 255) = 5.98%
R=44.33%
G=49.69%
B=5.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215241290.1100.880.0567.3688.3352.94
HexD7F11DB0585435835
Octal32736135130130510313065
Binary11010111111100011110110110101100010110000111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F11D; }

 p { color: rgb(215,241,29); }

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

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

 a { background-color: rgb(215,241,29); }

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

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

 span { border-color: rgb(215,241,29); }

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