#defc2f

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

Shades of Pear #DEFC2F

Tints of Pear #DEFC2F

Color information

#DEFC2F (or 0xDEFC2F) is unknown color: approx Pear. HEX triplet: DE, FC and 2F. RGB value is (222,252,47). Sum of RGB (Red+Green+Blue) = 222+252+47=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 47 (18.75% from 255 or 9.02% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFC2F is #2103D0. Grayscale: #DCDCDC. Windows color (decimal): -2163665 or 3144926. OLE color: 3144926.

HSL color Cylindrical-coordinate representation of color #DEFC2F: hue angle of 68.78º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEFC2F is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB22225247-
CMYK0.1200.810.01
HSL68.78º97.16%58.63%-
HSV(B)68.78º81.35%98.82%-
XYZ65.4585.3615.72-
YUV219.6630.56129.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 252 (98.83% from 255) = 48.37%
BLUE value IS 47 (18.75% from 255) = 9.02%
R=42.61%
G=48.37%
B=9.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal222252470.1200.810.0168.7897.1658.63
HexDEFC2FC051145613b
Octal33637457140121110514173
Binary1101111011111100101111110001010001110001011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #defc2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #defc2f; }

 p { color: rgb(222,252,47); }

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

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

 a { background-color: rgb(222,252,47); }

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

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

 span { border-color: rgb(222,252,47); }

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