#DEF943

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

Shades of Pear #DEF943

Tints of Pear #DEF943

Color information

#DEF943 (or 0xDEF943) is unknown color: approx Pear. HEX triplet: DE, F9 and 43. RGB value is (222,249,67). Sum of RGB (Red+Green+Blue) = 222+249+67=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 67 (26.56% from 255 or 12.45% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF943 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF943 is #2106BC. Grayscale: #DCDCDC. Windows color (decimal): -2164413 or 4454878. OLE color: 4454878.

HSL color Cylindrical-coordinate representation of color #DEF943: hue angle of 68.9º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEF943 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB22224967-
CMYK0.1100.730.02
HSL68.9º93.81%61.96%-
HSV(B)68.9º73.09%97.65%-
XYZ65.0183.6918.04-
YUV220.1841.55129.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 249 (97.66% from 255) = 46.28%
BLUE value IS 67 (26.56% from 255) = 12.45%
R=41.26%
G=46.28%
B=12.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222249670.1100.730.0268.993.8161.96
HexDEF943B0492455e3e
Octal336371103130111210513676
Binary110111101111100110000111011010010011010001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF943; }

 p { color: rgb(222,249,67); }

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

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

 a { background-color: rgb(222,249,67); }

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

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

 span { border-color: rgb(222,249,67); }

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