#d4f81f

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

Shades of Pear #D4F81F

Tints of Pear #D4F81F

Color information

#D4F81F (or 0xD4F81F) is unknown color: approx Pear. HEX triplet: D4, F8 and 1F. RGB value is (212,248,31). Sum of RGB (Red+Green+Blue) = 212+248+31=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 31 (12.5% from 255 or 6.31% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F81F is #2B07E0. Grayscale: #D5D5D5. Windows color (decimal): -2820065 or 2095316. OLE color: 2095316.

HSL color Cylindrical-coordinate representation of color #D4F81F: hue angle of 69.95º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4F81F is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB21224831-
CMYK0.1500.880.03
HSL69.95º93.94%54.71%-
HSV(B)69.95º87.5%97.25%-
XYZ60.9781.2313.76-
YUV212.525.57127.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 248 (97.27% from 255) = 50.51%
BLUE value IS 31 (12.5% from 255) = 6.31%
R=43.18%
G=50.51%
B=6.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal212248310.1500.880.0369.9593.9454.71
HexD4F81FF0583465e37
Octal32437037170130310613667
Binary1101010011111000111111111010110001110001101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4f81f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4f81f; }

 p { color: rgb(212,248,31); }

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

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

 a { background-color: rgb(212,248,31); }

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

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

 span { border-color: rgb(212,248,31); }

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