#D8F542

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

Shades of Pear #D8F542

Tints of Pear #D8F542

Color information

#D8F542 (or 0xD8F542) is unknown color: approx Pear. HEX triplet: D8, F5 and 42. RGB value is (216,245,66). Sum of RGB (Red+Green+Blue) = 216+245+66=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F542 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F542 is #270ABD. Grayscale: #D8D8D8. Windows color (decimal): -2558654 or 4388312. OLE color: 4388312.

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

Color convert

RGB21624566-
CMYK0.1200.730.04
HSL69.72º89.95%60.98%-
HSV(B)69.72º73.06%96.08%-
XYZ61.9580.317.39-
YUV215.9243.39128.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 245 (96.09% from 255) = 46.49%
BLUE value IS 66 (26.17% from 255) = 12.52%
R=40.99%
G=46.49%
B=12.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal216245660.1200.730.0469.7289.9560.98
HexD8F542C0494465a3d
Octal330365102140111410613275
Binary1101100011110101100001011000100100110010001101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F542; }

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

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

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

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

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

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

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

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