#DEF02C

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

Shades of Pear #DEF02C

Tints of Pear #DEF02C

Color information

#DEF02C (or 0xDEF02C) is unknown color: approx Pear. HEX triplet: DE, F0 and 2C. RGB value is (222,240,44). Sum of RGB (Red+Green+Blue) = 222+240+44=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 44 (17.58% from 255 or 8.70% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF02C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF02C is #210FD3. Grayscale: #D5D5D5. Windows color (decimal): -2166740 or 2945246. OLE color: 2945246.

HSL color Cylindrical-coordinate representation of color #DEF02C: hue angle of 65.51º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEF02C is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB22224044-
CMYK0.0800.820.06
HSL65.51º86.73%55.69%-
HSV(B)65.51º81.67%94.12%-
XYZ61.7478.0314.19-
YUV212.2733.04134.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 240 (94.14% from 255) = 47.43%
BLUE value IS 44 (17.58% from 255) = 8.70%
R=43.87%
G=47.43%
B=8.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal222240440.0800.820.0665.5186.7355.69
HexDEF02C80526425738
Octal33636054100122610212770
Binary110111101111000010110010000101001011010000101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF02C; }

 p { color: rgb(222,240,44); }

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

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

 a { background-color: rgb(222,240,44); }

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

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

 span { border-color: rgb(222,240,44); }

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