#DCEF1E

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

Shades of Pear #DCEF1E

Tints of Pear #DCEF1E

Color information

#DCEF1E (or 0xDCEF1E) is unknown color: approx Pear. HEX triplet: DC, EF and 1E. RGB value is (220,239,30). Sum of RGB (Red+Green+Blue) = 220+239+30=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF1E is #2310E1. Grayscale: #D2D2D2. Windows color (decimal): -2298082 or 2027484. OLE color: 2027484.

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

Color convert

RGB22023930-
CMYK0.0800.870.06
HSL65.45º86.72%52.75%-
HSV(B)65.45º87.45%93.73%-
XYZ60.6277.0412.9-
YUV209.4926.71135.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 239 (93.75% from 255) = 48.88%
BLUE value IS 30 (12.11% from 255) = 6.13%
R=44.99%
G=48.88%
B=6.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal220239300.0800.870.0665.4586.7252.75
HexDCEF1E80576415735
Octal33435736100127610112765
Binary11011100111011111111010000101011111010000011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEF1E; }

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

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

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

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

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

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

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

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