#D5FF2B

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

Shades of Pear #D5FF2B

Tints of Pear #D5FF2B

Color information

#D5FF2B (or 0xD5FF2B) is unknown color: approx Pear. HEX triplet: D5, FF and 2B. RGB value is (213,255,43). Sum of RGB (Red+Green+Blue) = 213+255+43=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF2B is #2A00D4. Grayscale: #DBDBDB. Windows color (decimal): -2752725 or 2883541. OLE color: 2883541.

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

Color convert

RGB21325543-
CMYK0.1600.830
HSL71.89º100%58.43%-
HSV(B)71.89º83.14%100%-
XYZ63.6485.8415.5-
YUV218.2729.09124.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 255 (100% from 255) = 49.90%
BLUE value IS 43 (17.19% from 255) = 8.41%
R=41.68%
G=49.90%
B=8.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213255430.1600.83071.8910058.43
HexD5FF2B10053048643a
Octal32537753200123011014472
Binary11010101111111111010111000001010011010010001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF2B; }

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

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

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

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

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

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

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

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