#D5F84D

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

Shades of Pear #D5F84D

Tints of Pear #D5F84D

Color information

#D5F84D (or 0xD5F84D) is unknown color: approx Pear. HEX triplet: D5, F8 and 4D. RGB value is (213,248,77). Sum of RGB (Red+Green+Blue) = 213+248+77=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F84D is #2A07B2. Grayscale: #DADADA. Windows color (decimal): -2754483 or 5109973. OLE color: 5109973.

HSL color Cylindrical-coordinate representation of color #D5F84D: hue angle of 72.28º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5F84D is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB21324877-
CMYK0.1400.690.03
HSL72.28º92.43%63.73%-
HSV(B)72.28º68.95%97.25%-
XYZ62.3581.8219.53-
YUV218.0448.4124.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 248 (97.27% from 255) = 46.10%
BLUE value IS 77 (30.47% from 255) = 14.31%
R=39.59%
G=46.10%
B=14.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal213248770.1400.690.0372.2892.4363.73
HexD5F84DE0453485c40
Octal3253701151601053110134100
Binary1101010111111000100110111100100010111100100010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F84D; }

 p { color: rgb(213,248,77); }

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

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

 a { background-color: rgb(213,248,77); }

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

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

 span { border-color: rgb(213,248,77); }

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