#d4ff31

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

Shades of Pear #D4FF31

Tints of Pear #D4FF31

Color information

#D4FF31 (or 0xD4FF31) is unknown color: approx Pear. HEX triplet: D4, FF and 31. RGB value is (212,255,49). Sum of RGB (Red+Green+Blue) = 212+255+49=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 49 (19.53% from 255 or 9.50% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FF31 is #2B00CE. Grayscale: #DBDBDB. Windows color (decimal): -2818255 or 3276756. OLE color: 3276756.

HSL color Cylindrical-coordinate representation of color #D4FF31: hue angle of 72.52º 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 #D4FF31 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB21225549-
CMYK0.1700.810
HSL72.52º100%59.61%-
HSV(B)72.52º80.78%100%-
XYZ63.4785.7416.11-
YUV218.6632.25123.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 255 (100% from 255) = 49.42%
BLUE value IS 49 (19.53% from 255) = 9.50%
R=41.09%
G=49.42%
B=9.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal212255490.1700.81072.5210059.61
HexD4FF3111051049643c
Octal32437761210121011114474
Binary11010100111111111100011000101010001010010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4ff31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4ff31; }

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

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

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

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

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

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

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

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