#D5FF2C

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

Shades of Pear #D5FF2C

Tints of Pear #D5FF2C

Color information

#D5FF2C (or 0xD5FF2C) is unknown color: approx Pear. HEX triplet: D5, FF and 2C. RGB value is (213,255,44). Sum of RGB (Red+Green+Blue) = 213+255+44=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 44 (17.58% from 255 or 8.59% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF2C is #2A00D3. Grayscale: #DBDBDB. Windows color (decimal): -2752724 or 2949077. OLE color: 2949077.

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

Color convert

RGB21325544-
CMYK0.1600.830
HSL71.94º100%58.63%-
HSV(B)71.94º82.75%100%-
XYZ63.6685.8515.6-
YUV218.3929.59124.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 255 (100% from 255) = 49.80%
BLUE value IS 44 (17.58% from 255) = 8.59%
R=41.60%
G=49.80%
B=8.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213255440.1600.83071.9410058.63
HexD5FF2C10053048643b
Octal32537754200123011014473
Binary11010101111111111011001000001010011010010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF2C; }

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

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

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

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

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

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

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

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