#D5FF44

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

Shades of Pear #D5FF44

Tints of Pear #D5FF44

Color information

#D5FF44 (or 0xD5FF44) is unknown color: approx Pear. HEX triplet: D5, FF and 44. RGB value is (213,255,68). Sum of RGB (Red+Green+Blue) = 213+255+68=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 68 (26.95% from 255 or 12.69% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF44 is #2A00BB. Grayscale: #DDDDDD. Windows color (decimal): -2752700 or 4521941. OLE color: 4521941.

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

Color convert

RGB21325568-
CMYK0.1600.730
HSL73.48º100%63.33%-
HSV(B)73.48º73.33%100%-
XYZ64.2486.0818.7-
YUV221.1241.59122.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 68 (26.95% from 255) = 12.69%
R=39.74%
G=47.57%
B=12.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213255680.1600.73073.4810063.33
HexD5FF4410049049643f
Octal325377104200111011114477
Binary110101011111111110001001000001001001010010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF44; }

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

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

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

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

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

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

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

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