#DEFB32

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

Shades of Pear #DEFB32

Tints of Pear #DEFB32

Color information

#DEFB32 (or 0xDEFB32) is unknown color: approx Pear. HEX triplet: DE, FB and 32. RGB value is (222,251,50). Sum of RGB (Red+Green+Blue) = 222+251+50=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFB32 is #2104CD. Grayscale: #DCDCDC. Windows color (decimal): -2163918 or 3341278. OLE color: 3341278.

HSL color Cylindrical-coordinate representation of color #DEFB32: hue angle of 68.66º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEFB32 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB22225150-
CMYK0.1200.800.02
HSL68.66º96.17%59.02%-
HSV(B)68.66º80.08%98.43%-
XYZ65.284.7515.94-
YUV219.4132.39129.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 251 (98.44% from 255) = 47.99%
BLUE value IS 50 (19.92% from 255) = 9.56%
R=42.45%
G=47.99%
B=9.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222251500.1200.800.0268.6696.1759.02
HexDEFB32C050245603b
Octal33637362140120210514073
Binary11011110111110111100101100010100001010001011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFB32; }

 p { color: rgb(222,251,50); }

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

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

 a { background-color: rgb(222,251,50); }

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

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

 span { border-color: rgb(222,251,50); }

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