#D5FF31

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

Shades of Pear #D5FF31

Tints of Pear #D5FF31

Color information

#D5FF31 (or 0xD5FF31) is unknown color: approx Pear. HEX triplet: D5, FF and 31. RGB value is (213,255,49). Sum of RGB (Red+Green+Blue) = 213+255+49=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 49 (19.53% from 255 or 9.48% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF31 is #2A00CE. Grayscale: #DBDBDB. Windows color (decimal): -2752719 or 3276757. OLE color: 3276757.

HSL color Cylindrical-coordinate representation of color #D5FF31: hue angle of 72.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5FF31 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB21325549-
CMYK0.1600.810
HSL72.23º100%59.61%-
HSV(B)72.23º80.78%100%-
XYZ63.7585.8916.12-
YUV218.9632.09123.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 255 (100% from 255) = 49.32%
BLUE value IS 49 (19.53% from 255) = 9.48%
R=41.20%
G=49.32%
B=9.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213255490.1600.81072.2310059.61
HexD5FF3110051048643c
Octal32537761200121011014474
Binary11010101111111111100011000001010001010010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF31; }

 p { color: rgb(213,255,49); }

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

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

 a { background-color: rgb(213,255,49); }

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

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

 span { border-color: rgb(213,255,49); }

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