#D7F13B

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

Shades of Pear #D7F13B

Tints of Pear #D7F13B

Color information

#D7F13B (or 0xD7F13B) is unknown color: approx Pear. HEX triplet: D7, F1 and 3B. RGB value is (215,241,59). Sum of RGB (Red+Green+Blue) = 215+241+59=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 59 (23.44% from 255 or 11.46% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F13B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F13B is #280EC4. Grayscale: #D5D5D5. Windows color (decimal): -2625221 or 3928535. OLE color: 3928535.

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

Color convert

RGB21524159-
CMYK0.1100.760.05
HSL68.57º86.67%58.82%-
HSV(B)68.57º75.52%94.51%-
XYZ60.2777.6715.95-
YUV212.4841.39129.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 59 (23.44% from 255) = 11.46%
R=41.75%
G=46.80%
B=11.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215241590.1100.760.0568.5786.6758.82
HexD7F13BB04C545573b
Octal32736173130114510512773
Binary110101111111000111101110110100110010110001011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F13B; }

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

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

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

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

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

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

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

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