#D8F53A

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

Shades of Pear #D8F53A

Tints of Pear #D8F53A

Color information

#D8F53A (or 0xD8F53A) is unknown color: approx Pear. HEX triplet: D8, F5 and 3A. RGB value is (216,245,58). Sum of RGB (Red+Green+Blue) = 216+245+58=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F53A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F53A is #270AC5. Grayscale: #D7D7D7. Windows color (decimal): -2558662 or 3864024. OLE color: 3864024.

HSL color Cylindrical-coordinate representation of color #D8F53A: hue angle of 69.3º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8F53A is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB21624558-
CMYK0.1200.760.04
HSL69.3º90.34%59.41%-
HSV(B)69.3º76.33%96.08%-
XYZ61.7480.2116.23-
YUV215.0139.39128.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.62%
GREEN value IS 245 (96.09% from 255) = 47.21%
BLUE value IS 58 (23.05% from 255) = 11.18%
R=41.62%
G=47.21%
B=11.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal216245580.1200.760.0469.390.3459.41
HexD8F53AC04C4455a3b
Octal33036572140114410513273
Binary110110001111010111101011000100110010010001011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F53A; }

 p { color: rgb(216,245,58); }

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

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

 a { background-color: rgb(216,245,58); }

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

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

 span { border-color: rgb(216,245,58); }

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