#dcef1f

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

Shades of Pear #DCEF1F

Tints of Pear #DCEF1F

Color information

#DCEF1F (or 0xDCEF1F) is unknown color: approx Pear. HEX triplet: DC, EF and 1F. RGB value is (220,239,31). Sum of RGB (Red+Green+Blue) = 220+239+31=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 31 (12.5% from 255 or 6.33% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF1F is #2310E0. Grayscale: #D2D2D2. Windows color (decimal): -2298081 or 2093020. OLE color: 2093020.

HSL color Cylindrical-coordinate representation of color #DCEF1F: hue angle of 65.48º 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 #DCEF1F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB22023931-
CMYK0.0800.870.06
HSL65.48º86.67%52.94%-
HSV(B)65.48º87.03%93.73%-
XYZ60.6377.0512.97-
YUV209.6127.21135.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.90%
GREEN value IS 239 (93.75% from 255) = 48.78%
BLUE value IS 31 (12.5% from 255) = 6.33%
R=44.90%
G=48.78%
B=6.33%

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
Decimal220239310.0800.870.0665.4886.6752.94
HexDCEF1F80576415735
Octal33435737100127610112765
Binary11011100111011111111110000101011111010000011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcef1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcef1f; }

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

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

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

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

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

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

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

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