#dcef28

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

Shades of Pear #DCEF28

Tints of Pear #DCEF28

Color information

#DCEF28 (or 0xDCEF28) is unknown color: approx Pear. HEX triplet: DC, EF and 28. RGB value is (220,239,40). Sum of RGB (Red+Green+Blue) = 220+239+40=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF28 is #2310D7. Grayscale: #D3D3D3. Windows color (decimal): -2298072 or 2682844. OLE color: 2682844.

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

Color convert

RGB22023940-
CMYK0.0800.830.06
HSL65.73º86.15%54.71%-
HSV(B)65.73º83.26%93.73%-
XYZ60.7677.113.69-
YUV210.6331.71134.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 239 (93.75% from 255) = 47.90%
BLUE value IS 40 (16.02% from 255) = 8.02%
R=44.09%
G=47.90%
B=8.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal220239400.0800.830.0665.7386.1554.71
HexDCEF2880536425637
Octal33435750100123610212667
Binary110111001110111110100010000101001111010000101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcef28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcef28; }

 p { color: rgb(220,239,40); }

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

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

 a { background-color: rgb(220,239,40); }

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

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

 span { border-color: rgb(220,239,40); }

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