#D8F01F

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

Shades of Pear #D8F01F

Tints of Pear #D8F01F

Color information

#D8F01F (or 0xD8F01F) is unknown color: approx Pear. HEX triplet: D8, F0 and 1F. RGB value is (216,240,31). Sum of RGB (Red+Green+Blue) = 216+240+31=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 31 (12.5% from 255 or 6.37% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F01F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F01F is #270FE0. Grayscale: #D1D1D1. Windows color (decimal): -2559969 or 2093272. OLE color: 2093272.

HSL color Cylindrical-coordinate representation of color #D8F01F: hue angle of 66.89º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8F01F is Cyan = 0.1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB21624031-
CMYK0.100.870.06
HSL66.89º87.45%53.14%-
HSV(B)66.89º87.08%94.12%-
XYZ59.7377.0213.01-
YUV20927.55132.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 240 (94.14% from 255) = 49.28%
BLUE value IS 31 (12.5% from 255) = 6.37%
R=44.35%
G=49.28%
B=6.37%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal216240310.100.870.0666.8987.4553.14
HexD8F01FA0576435735
Octal33036037120127610312765
Binary11011000111100001111110100101011111010000111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F01F; }

 p { color: rgb(216,240,31); }

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

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

 a { background-color: rgb(216,240,31); }

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

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

 span { border-color: rgb(216,240,31); }

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