#D8EA25

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

Shades of Pear #D8EA25

Tints of Pear #D8EA25

Color information

#D8EA25 (or 0xD8EA25) is unknown color: approx Pear. HEX triplet: D8, EA and 25. RGB value is (216,234,37). Sum of RGB (Red+Green+Blue) = 216+234+37=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EA25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EA25 is #2715DA. Grayscale: #CECECE. Windows color (decimal): -2561499 or 2484952. OLE color: 2484952.

HSL color Cylindrical-coordinate representation of color #D8EA25: hue angle of 65.48º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8EA25 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB21623437-
CMYK0.0800.840.08
HSL65.48º82.43%53.14%-
HSV(B)65.48º84.19%91.76%-
XYZ58.0873.5812.89-
YUV206.1632.54135.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 234 (91.80% from 255) = 48.05%
BLUE value IS 37 (14.84% from 255) = 7.60%
R=44.35%
G=48.05%
B=7.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal216234370.0800.840.0865.4882.4353.14
HexD8EA2580548415235
Octal330352451001241010112265
Binary1101100011101010100101100001010100100010000011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EA25; }

 p { color: rgb(216,234,37); }

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

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

 a { background-color: rgb(216,234,37); }

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

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

 span { border-color: rgb(216,234,37); }

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