#DEF63B

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

Shades of Pear #DEF63B

Tints of Pear #DEF63B

Color information

#DEF63B (or 0xDEF63B) is unknown color: approx Pear. HEX triplet: DE, F6 and 3B. RGB value is (222,246,59). Sum of RGB (Red+Green+Blue) = 222+246+59=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 59 (23.44% from 255 or 11.20% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF63B is #2109C4. Grayscale: #DADADA. Windows color (decimal): -2165189 or 3929822. OLE color: 3929822.

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

Color convert

RGB22224659-
CMYK0.1000.760.04
HSL67.7º91.22%59.8%-
HSV(B)67.7º76.02%96.47%-
XYZ63.8781.7616.55-
YUV217.5138.55131.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 246 (96.48% from 255) = 46.68%
BLUE value IS 59 (23.44% from 255) = 11.20%
R=42.13%
G=46.68%
B=11.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal222246590.1000.760.0467.791.2259.8
HexDEF63BA04C4445b3c
Octal33636673120114410413374
Binary110111101111011011101110100100110010010001001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF63B; }

 p { color: rgb(222,246,59); }

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

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

 a { background-color: rgb(222,246,59); }

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

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

 span { border-color: rgb(222,246,59); }

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