#D0E824

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

Shades of Pear #D0E824

Tints of Pear #D0E824

Color information

#D0E824 (or 0xD0E824) is unknown color: approx Pear. HEX triplet: D0, E8 and 24. RGB value is (208,232,36). Sum of RGB (Red+Green+Blue) = 208+232+36=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 36 (14.45% from 255 or 7.56% from 476); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E824 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E824 is #2F17DB. Grayscale: #CBCBCB. Windows color (decimal): -3086300 or 2418896. OLE color: 2418896.

HSL color Cylindrical-coordinate representation of color #D0E824: hue angle of 67.35º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0E824 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB20823236-
CMYK0.1000.840.09
HSL67.35º80.99%52.55%-
HSV(B)67.35º84.48%90.98%-
XYZ55.1971.2512.51-
YUV202.4834.05131.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.70%
GREEN value IS 232 (91.02% from 255) = 48.74%
BLUE value IS 36 (14.45% from 255) = 7.56%
R=43.70%
G=48.74%
B=7.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208232360.1000.840.0967.3580.9952.55
HexD0E824A0549435135
Octal320350441201241110312165
Binary1101000011101000100100101001010100100110000111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E824; }

 p { color: rgb(208,232,36); }

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

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

 a { background-color: rgb(208,232,36); }

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

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

 span { border-color: rgb(208,232,36); }

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